Skip to content

Commit 1e74077

Browse files
authored
Doc/wording edit for zero_filled
1 parent e98cb1c commit 1e74077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl<const CAP: usize> ArrayString<CAP>
129129
Ok(vec)
130130
}
131131

132-
/// Creates a new `ArrayString` instance fully filled with ASCII NULL characters (`\0`). Useful
132+
/// Create a new `ArrayString` value fully filled with ASCII NULL characters (`\0`). Useful
133133
/// to be used as a buffer to collect external data or as a buffer for intermediate processing.
134134
///
135135
/// ```

0 commit comments

Comments
 (0)