From e5c3a0d8cf2d631c4e74dc02b14f5d82b3ed15af Mon Sep 17 00:00:00 2001 From: frozen <355847+Frozen@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:41:16 -0400 Subject: fixed typo in docs for absolute_value func in ints module --- 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 c55a514..f668a42 100644 --- a/src/gleam/int.gleam +++ b/src/gleam/int.gleam @@ -19,7 +19,7 @@ import gleam/order.{type Order} /// /// ```gleam /// absolute_value(-12) -/// // -> 2 +/// // -> 12 /// ``` /// /// ```gleam -- cgit v1.2.3