We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98cb1c commit 1e74077Copy full SHA for 1e74077
src/array_string.rs
@@ -129,7 +129,7 @@ impl<const CAP: usize> ArrayString<CAP>
129
Ok(vec)
130
}
131
132
- /// Creates a new `ArrayString` instance fully filled with ASCII NULL characters (`\0`). Useful
+ /// Create a new `ArrayString` value fully filled with ASCII NULL characters (`\0`). Useful
133
/// to be used as a buffer to collect external data or as a buffer for intermediate processing.
134
///
135
/// ```
0 commit comments