Skip to content

Commit 7714b52

Browse files
committed
---
yaml --- r: 37121 b: refs/heads/try c: c2fd04f h: refs/heads/master i: 37119: 259248c v: v3
1 parent 3a6f6d6 commit 7714b52

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: a8e1d83103cdaa8391e99c8ecaff0f68b8c0ff9e
5+
refs/heads/try: c2fd04f66a1bad48333f53bbced4bba65915d637
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/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)