about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2021-06-15 00:22:03 +0200
committerGitHub <noreply@github.com>2021-06-15 00:22:03 +0200
commit7cd750f16f024e807efb992dc55f7ceeb91c8925 (patch)
tree77464d259240ae25f018080da264cef065b23c6a
parent304441960e7058fe97f09ef00b20739b4dc56d11 (diff)
downloadrust-7cd750f16f024e807efb992dc55f7ceeb91c8925.tar.gz
rust-7cd750f16f024e807efb992dc55f7ceeb91c8925.zip
Update keyword_docs.rs
-rw-r--r--library/std/src/keyword_docs.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs
index 5b8e83766f0..c2d21ad23ac 100644
--- a/library/std/src/keyword_docs.rs
+++ b/library/std/src/keyword_docs.rs
@@ -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 {}