Skip to content

Commit

Permalink
Rollup merge of #114174 - tshepang:patch-6, r=workingjubilee
Browse files Browse the repository at this point in the history
doc: replace wrong punctuation mark
  • Loading branch information
matthiaskrgr authored Jul 29, 2023
2 parents c528bdd + 0457eda commit c6c1008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/borrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/// Types express that they can be borrowed as some type `T` by implementing
/// `Borrow<T>`, providing a reference to a `T` in the trait’s
/// [`borrow`] method. A type is free to borrow as several different types.
/// If it wishes to mutably borrow as the type allowing the underlying data
/// If it wishes to mutably borrow as the type, allowing the underlying data
/// to be modified, it can additionally implement [`BorrowMut<T>`].
///
/// Further, when providing implementations for additional traits, it needs
Expand Down

0 comments on commit c6c1008

Please sign in to comment.