Skip to content

Commit 404235e

Browse files
Merge pull request #522 from upsuper/patch-1
Fix an incorrect note
2 parents 62d4ff0 + 873af87 commit 404235e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/operator-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ well as the following additional casts. Here `*T` means either `*const T` or
352352
\* or `T` and `V` are compatible unsized types, e.g., both slices, both the
353353
same trait object.
354354

355-
\*\* only for closures that do capture (close over) any local variables
355+
\*\* only for closures that do not capture (close over) any local variables
356356

357357
### Semantics
358358

0 commit comments

Comments
 (0)