Skip to content

Commit 4eed6ad

Browse files
authored
Add clarification in String
1 parent 610bf51 commit 4eed6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub struct String<const N: usize> {
1010
}
1111

1212
impl<const N: usize> String<N> {
13-
/// Constructs a new, empty `String` with a fixed capacity of `N`
13+
/// Constructs a new, empty `String` with a fixed capacity of `N` bytes
1414
///
1515
/// # Examples
1616
///

0 commit comments

Comments
 (0)