Skip to content

Commit e6bd00f

Browse files
committed
---
yaml --- r: 34647 b: refs/heads/master c: c2fd04f h: refs/heads/master i: 34645: e95b9a1 34643: 9d2adec 34639: 2a9ee15 v: v3
1 parent 683633f commit e6bd00f

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,5 +1,5 @@
11
---
2-
refs/heads/master: a8e1d83103cdaa8391e99c8ecaff0f68b8c0ff9e
2+
refs/heads/master: c2fd04f66a1bad48333f53bbced4bba65915d637
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/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)