Skip to content

Commit 1a516aa

Browse files
authored
Merge pull request #1843 from iamlockon/patch-2
nit: add missing period
2 parents c54e1f1 + 92e4bff commit 1a516aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/static-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ r[items.static.mut.intro]
106106
If a static item is declared with the `mut` keyword, then it is allowed to be
107107
modified by the program. One of Rust's goals is to make concurrency bugs hard
108108
to run into, and this is obviously a very large source of race conditions or
109-
other bugs
109+
other bugs.
110110

111111
r[items.static.mut.safety]
112112
For this reason, an `unsafe` block is required when either reading

0 commit comments

Comments
 (0)