Skip to content

Commit 5d59b5e

Browse files
committed
fix spelling: namepsace -> namespace
1 parent e8c651f commit 5d59b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/block-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A *block expression*, or *block*, is a control flow expression and anonymous nam
2020
r[expr.block.sequential-evaluation]
2121
As a control flow expression, a block sequentially executes its component non-item declaration statements and then its final optional expression.
2222

23-
r[expr.block.namepsace]
23+
r[expr.block.namespace]
2424
As an anonymous namespace scope, item declarations are only in scope inside the block itself and variables declared by `let` statements are in scope from the next statement until the end of the block.
2525
See the [scopes] chapter for more details.
2626

0 commit comments

Comments
 (0)