From b6a12d58f5c81a806980deb104f3a05af9eac235 Mon Sep 17 00:00:00 2001 From: Stephen Albert-Moore Date: Thu, 18 Mar 2021 17:04:58 -0400 Subject: [PATCH] Fix pluralization in keyword docs --- library/std/src/keyword_docs.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs index 383eaf2e3a206..2eb7e81074ff8 100644 --- a/library/std/src/keyword_docs.rs +++ b/library/std/src/keyword_docs.rs @@ -1031,10 +1031,10 @@ mod mod_keyword {} /// }; /// ``` /// -/// For more information on the `move` keyword, see the [closure]'s section -/// of the Rust book or the [threads] section +/// For more information on the `move` keyword, see the [closures] section +/// of the Rust book or the [threads] section. /// -/// [closure]: ../book/ch13-01-closures.html +/// [closures]: ../book/ch13-01-closures.html /// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads mod move_keyword {}