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.
1 parent 9c93133 commit 27e30feCopy full SHA for 27e30fe
src/items/external-blocks.md
@@ -53,7 +53,7 @@ are its lifetime parameters, `A1`, ..., `An` are the declared types of its
53
parameters and `R` is the declared return type.
54
55
Statics within external blocks are declared in the same way as statics outside of external blocks,
56
-with the exception that they may not have an expression initializing their value.
+except that they do not have an expression initializing their value.
57
It is `unsafe` to access a static item declared in an extern block, whether or
58
not it's mutable.
59
0 commit comments