You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/expressions/block-expr.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ A *block expression*, or *block*, is a control flow expression and anonymous nam
20
20
r[expr.block.sequential-evaluation]
21
21
As a control flow expression, a block sequentially executes its component non-item declaration statements and then its final optional expression.
22
22
23
-
r[expr.block.namepsace]
23
+
r[expr.block.namespace]
24
24
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.
0 commit comments