We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952c573 commit 95920d1Copy full SHA for 95920d1
1 file changed
library/std/src/keyword_docs.rs
@@ -1008,9 +1008,9 @@ mod mod_keyword {}
1008
/// move || println!("This is a: {}", text)
1009
/// }
1010
///
1011
-/// let fn_plain = create_fn();
+/// let fn_plain = create_fn();
1012
1013
-/// fn_plain();
+/// fn_plain();
1014
/// ```
1015
1016
/// `move` is often used when [threads] are involved.
0 commit comments