Skip to content

Commit e5112bf

Browse files
committed
---
yaml --- r: 33228 b: refs/heads/snap-stage3 c: c2fd04f h: refs/heads/master v: v3
1 parent 98980c0 commit e5112bf

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: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: a8e1d83103cdaa8391e99c8ecaff0f68b8c0ff9e
4+
refs/heads/snap-stage3: c2fd04f66a1bad48333f53bbced4bba65915d637
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2620,7 +2620,7 @@ fn map<A: Copy, B: Copy>(f: fn(A) -> B, xs: ~[A]) -> ~[B] {
26202620
Here, `first` has type `B`, referring to `map`'s `B` type parameter; and `rest` has
26212621
type `~[B]`, a vector type with element type `B`.
26222622

2623-
### Self type
2623+
### Self types
26242624

26252625
The special type `self` has a meaning within methods inside an
26262626
impl item. It refers to the type of the implicit `self` argument. For

0 commit comments

Comments
 (0)