From e6fc269473f9b60e12a3c4eb4d2e17d0bd0c8f4a Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 5 Apr 2019 13:07:18 +0000 Subject: Correct typo --- src/any.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3