about summary refs log tree commit diff
path: root/library/std/src/sys_common/wstr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys_common/wstr.rs')
-rw-r--r--library/std/src/sys_common/wstr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys_common/wstr.rs b/library/std/src/sys_common/wstr.rs
index 8eae1606485..f9a171fb7d8 100644
--- a/library/std/src/sys_common/wstr.rs
+++ b/library/std/src/sys_common/wstr.rs
@@ -15,7 +15,7 @@ pub struct WStrUnits<'a> {
 }
 
 impl WStrUnits<'_> {
-    /// Create the iterator. Returns `None` if `lpwstr` is null.
+    /// Creates the iterator. Returns `None` if `lpwstr` is null.
     ///
     /// SAFETY: `lpwstr` must point to a null-terminated wide string that lives
     /// at least as long as the lifetime of this struct.