From 1e74077b72fb813b6312cf592a1a36dbbac0df12 Mon Sep 17 00:00:00 2001 From: bluss Date: Sat, 14 Aug 2021 13:37:00 +0200 Subject: [PATCH] Doc/wording edit for zero_filled --- src/array_string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/array_string.rs b/src/array_string.rs index 9bdefcf..639fe74 100644 --- a/src/array_string.rs +++ b/src/array_string.rs @@ -129,7 +129,7 @@ impl ArrayString 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. /// /// ```