Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 8, 2024
1 parent a88e1a8 commit 448db1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub fn main() {
" -123 " |> lenient_parse.to_int |> io.debug
// Ok(-123)
// Parse a string containing an integer with an underscores
// Parse a string containing an integer with underscores
"1_000_000" |> lenient_parse.to_int |> io.debug
// Ok(1000000)
}
Expand Down

0 comments on commit 448db1d

Please sign in to comment.