Skip to content

Commit 27e30fe

Browse files
gnzlbgHavvy
andauthored
Update src/items/external-blocks.md
Co-Authored-By: Ryan Scheel <[email protected]>
1 parent 9c93133 commit 27e30fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/external-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ are its lifetime parameters, `A1`, ..., `An` are the declared types of its
5353
parameters and `R` is the declared return type.
5454

5555
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.
56+
except that they do not have an expression initializing their value.
5757
It is `unsafe` to access a static item declared in an extern block, whether or
5858
not it's mutable.
5959

0 commit comments

Comments
 (0)