diff options
-rw-r--r-- | src/any.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/any.gleam b/src/any.gleam index 262d39c..de37ca0 100644 --- a/src/any.gleam +++ b/src/any.gleam @@ -22,7 +22,7 @@ pub external type Any; // pub external fn from(a) -> Any = "gleam__stdlib" "identity"; -// Unsafely cast any type into any other type.o +// Unsafely cast any type into any other type. // // This is an escape hatch for the type system that may be useful when wrapping // native Erlang APIs. It is to be used as a last measure only. |