We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b02ac commit a5bf394Copy full SHA for a5bf394
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 9105cb6d5ddf6be881d9cbfd016600d1b69241ec
+refs/heads/master: d8d76738ecadcd7b8dd5240b719362767bfadf3a
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/libstd/bitv.rs
@@ -94,7 +94,7 @@ fn clone(v: bitv) -> bitv {
94
ret @{storage: storage, nbits: v.nbits};
95
}
96
97
-#[doc = "Retreive the value at index `i`"]
+#[doc = "Retrieve the value at index `i`"]
98
#[inline(always)]
99
pure fn get(v: bitv, i: uint) -> bool {
100
assert (i < v.nbits);
0 commit comments