]> git.lizzy.rs Git - rust.git/commitdiff
Update keyword_docs.rs
authorLukas Wirth <lukastw97@gmail.com>
Mon, 14 Jun 2021 22:22:03 +0000 (00:22 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 22:22:03 +0000 (00:22 +0200)
library/std/src/keyword_docs.rs

index 5b8e83766f0e846444405df1aacf15c96a5cde6b..c2d21ad23ac192a08d5778205e0d3da676bc5c99 100644 (file)
@@ -1092,8 +1092,7 @@ mod move_keyword {}
 /// Mutable raw pointers work much like mutable references, with the added
 /// possibility of not pointing to a valid object. The syntax is `*mut Type`.
 ///
-/// More information on mutable references and pointers can be found in```
-/// [Reference].
+/// More information on mutable references and pointers can be found in the [Reference].
 ///
 /// [Reference]: ../reference/types/pointer.html#mutable-references-mut
 mod mut_keyword {}