Skip to content

Commit 38e796b

Browse files
committed
libcore: Fix a typo.
1 parent 7fd62bb commit 38e796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/u64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Convert to a string
6565
fn str(n: u64) -> str { ret to_str(n, 10u); }
6666

6767
/*
68-
Function: parse_buf
68+
Function: from_str
6969
7070
Parse a string as an unsigned integer.
7171
*/

0 commit comments

Comments
 (0)