Skip to content

Commit

Permalink
im: Adjust docs
Browse files Browse the repository at this point in the history
No need to link to a type that's linked through the function signature
anyways.
  • Loading branch information
jplatte committed Sep 6, 2023
1 parent de6f4d1 commit d603db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eyeball-im/src/vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ impl<T: Clone + Send + Sync + 'static> ObservableVector<T> {
}
}

/// Gets an [`ObservableVectorEntry`] for the given index, through which
/// only the element at that index alone can be updated or removed.
/// Gets an entry for the given index, through which only the element at
/// that index alone can be updated or removed.
///
/// # Panics
///
Expand Down
4 changes: 2 additions & 2 deletions eyeball-im/src/vector/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ impl<'o, T: Clone + Send + Sync + 'static> ObservableVectorTransaction<'o, T> {
}
}

/// Gets an [`ObservableVectorEntry`] for the given index, through which
/// only the element at that index alone can be updated or removed.
/// Gets an entry for the given index through which only the element at that
/// index alone can be updated or removed.
///
/// # Panics
///
Expand Down

0 comments on commit d603db4

Please sign in to comment.