std: Typo fix in docs.
This commit is contained in:
parent
9105cb6d5d
commit
d8d76738ec
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ fn clone(v: bitv) -> bitv {
|
|||
ret @{storage: storage, nbits: v.nbits};
|
||||
}
|
||||
|
||||
#[doc = "Retreive the value at index `i`"]
|
||||
#[doc = "Retrieve the value at index `i`"]
|
||||
#[inline(always)]
|
||||
pure fn get(v: bitv, i: uint) -> bool {
|
||||
assert (i < v.nbits);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue