libcore: Fix a typo.
This commit is contained in:
parent
7fd62bb2b5
commit
38e796b943
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ Convert to a string
|
|||
fn str(n: u64) -> str { ret to_str(n, 10u); }
|
||||
|
||||
/*
|
||||
Function: parse_buf
|
||||
Function: from_str
|
||||
|
||||
Parse a string as an unsigned integer.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue