Skip to content

Commit

Permalink
Update crates/re_log_types/src/data_row.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Sep 12, 2023
1 parent 0c2a0cd commit 7faa657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_log_types/src/data_row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl RowId {
/// Returns the next logical `RowId`.
///
/// Beware: wrong usage can easily lead to conflicts.
/// Prefer [`Tuid::random`] when unsure.
/// Prefer [`RowId::random`] when unsure.
#[inline]
pub fn next(&self) -> Self {
Self(self.0.next())
Expand Down

0 comments on commit 7faa657

Please sign in to comment.