Skip to content

Commit e0e3d2c

Browse files
committed
Fix outdated link in doc comment
1 parent 73fa388 commit e0e3d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/table/src/pages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ impl Pages {
193193
/// containing `num_var_len_granules` granules of var-len data.
194194
///
195195
/// Retrieving a page in this way will remove it from the non-full set.
196-
/// After performing an insertion, the caller should use [`Pages::record_page_available_granules`]
196+
/// After performing an insertion, the caller should use [`Pages::record_page_non_full`]
197197
/// to restore the page to the non-full set.
198198
fn find_page_with_space_for_row(
199199
&mut self,

0 commit comments

Comments
 (0)