diff options
-rw-r--r-- | src/gleam/int.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/int.gleam b/src/gleam/int.gleam index 2ef4b73..1f7ab79 100644 --- a/src/gleam/int.gleam +++ b/src/gleam/int.gleam @@ -261,7 +261,7 @@ pub fn to_base16(x: Int) -> String { do_to_base_string(x, 16) } -/// Prints a given int to a string using base16. +/// Prints a given int to a string using base36. /// /// ## Examples /// |