about summary refs log tree commit diff
path: root/library/core/src/internal_macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/internal_macros.rs')
-rw-r--r--library/core/src/internal_macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/internal_macros.rs b/library/core/src/internal_macros.rs
index bf53b2245ac..fe4fa80263c 100644
--- a/library/core/src/internal_macros.rs
+++ b/library/core/src/internal_macros.rs
@@ -80,7 +80,7 @@ macro_rules! forward_ref_op_assign {
     }
 }
 
-/// Create a zero-size type similar to a closure type, but named.
+/// Creates a zero-size type similar to a closure type, but named.
 macro_rules! impl_fn_for_zst {
     ($(
         $( #[$attr: meta] )*