Skip to content

Commit aca705c

Browse files
author
kud1ing
committed
"As long an iterator" => "As long as an iterator"
1 parent 423dd84 commit aca705c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ A typical mutable container will implement at least `iter()`, `mut_iter()` and
130130
### Freezing
131131
132132
Unlike most other languages with external iterators, Rust has no *iterator
133-
invalidation*. As long an iterator is still in scope, the compiler will prevent
133+
invalidation*. As long as an iterator is still in scope, the compiler will prevent
134134
modification of the container through another handle.
135135
136136
~~~

0 commit comments

Comments
 (0)