We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c54e1f1 + 92e4bff commit 1a516aaCopy full SHA for 1a516aa
src/items/static-items.md
@@ -106,7 +106,7 @@ r[items.static.mut.intro]
106
If a static item is declared with the `mut` keyword, then it is allowed to be
107
modified by the program. One of Rust's goals is to make concurrency bugs hard
108
to run into, and this is obviously a very large source of race conditions or
109
-other bugs
+other bugs.
110
111
r[items.static.mut.safety]
112
For this reason, an `unsafe` block is required when either reading
0 commit comments