From 1e3f3bdb54731bf37efbb05bc3c773e144ef590b Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 4 Mar 2023 12:59:20 +0100 Subject: Fix to_base36 docs to not say it's base16 --- src/gleam/int.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 /// -- cgit v1.2.3