Skip to content

Commit

Permalink
WS fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bravequickcleverfibreyarn committed Apr 27, 2024
1 parent 825a3b1 commit f840da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ impl String {

/// Shortens this `String` to the specified length.
///
/// If `new_len` is greater than or equal to the string's current length, this has no
/// If `new_len` is greater than or equal to the string's current length, this has no
/// effect.
///
/// Note that this method has no effect on the allocated capacity
Expand Down

0 comments on commit f840da7

Please sign in to comment.