libcore: Fix a typo.
This commit is contained in:
parent
7fd62bb2b5
commit
38e796b943
@ -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…
Reference in New Issue
Block a user