Skip to content

Commit

Permalink
Doc/wording edit for zero_filled
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss authored Aug 14, 2021
1 parent e98cb1c commit 1e74077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl<const CAP: usize> ArrayString<CAP>
Ok(vec)
}

/// 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
/// to be used as a buffer to collect external data or as a buffer for intermediate processing.
///
/// ```
Expand Down

0 comments on commit 1e74077

Please sign in to comment.