Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 422b30c

Browse files
committedJun 18, 2024·
Fix docstring
1 parent 840d6c7 commit 422b30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎crates/re_chunk/src/chunk.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ impl Chunk {
319319
/// This will fail if the passed in data is malformed in any way -- see [`Self::sanity_check`]
320320
/// for details.
321321
///
322-
/// Iff you know for sure whether the data is already appropriately sorted or not, specify `is_sorted`.
323-
/// When left unspecified (`None`), it will be computed in O(n) time.
322+
/// The data is assumed to be sorted in row-order. Sequential row-ids will be generate for each
323+
/// row in the chunk.
324324
pub fn from_auto_row_ids(
325325
id: ChunkId,
326326
entity_path: EntityPath,

0 commit comments

Comments
 (0)
Please sign in to comment.