Skip to content

Commit 7048f70

Browse files
author
kud1ing
committed
---
yaml --- r: 97591 b: refs/heads/snap-stage3 c: aca705c h: refs/heads/master i: 97589: 0bf3fdc 97587: fd4dbf9 97583: 8347eb8 v: v3
1 parent 3179342 commit 7048f70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 423dd84300a7232f41b799ffdab7a1fc97ce59da
4+
refs/heads/snap-stage3: aca705cae9aab1296d6ae1b250788b6c6add5855
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)