aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gleam/int.gleam2
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
///