File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libstd Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 9105cb6d5ddf6be881d9cbfd016600d1b69241ec
4
+ refs/heads/snap-stage3: d8d76738ecadcd7b8dd5240b719362767bfadf3a
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ fn clone(v: bitv) -> bitv {
94
94
ret @{ storage : storage, nbits : v. nbits } ;
95
95
}
96
96
97
- #[ doc = "Retreive the value at index `i`" ]
97
+ #[ doc = "Retrieve the value at index `i`" ]
98
98
#[ inline( always) ]
99
99
pure fn get ( v : bitv , i : uint ) -> bool {
100
100
assert ( i < v. nbits ) ;
You can’t perform that action at this time.
0 commit comments