Skip to content

Commit 7cd750f

Browse files
authored
Update keyword_docs.rs
1 parent 3044419 commit 7cd750f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/std/src/keyword_docs.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1092,8 +1092,7 @@ mod move_keyword {}
10921092
/// Mutable raw pointers work much like mutable references, with the added
10931093
/// possibility of not pointing to a valid object. The syntax is `*mut Type`.
10941094
///
1095-
/// More information on mutable references and pointers can be found in```
1096-
/// [Reference].
1095+
/// More information on mutable references and pointers can be found in the [Reference].
10971096
///
10981097
/// [Reference]: ../reference/types/pointer.html#mutable-references-mut
10991098
mod mut_keyword {}

0 commit comments

Comments
 (0)