Skip to content

Commit 7fe8692

Browse files
committed
auto merge of #11451 : kud1ing/rust/patch-1, r=cmr
2 parents 423dd84 + aca705c commit 7fe8692

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)