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. /// /// ```