We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee986a commit e6fc269Copy full SHA for e6fc269
src/any.gleam
@@ -22,7 +22,7 @@ pub external type Any;
22
//
23
pub external fn from(a) -> Any = "gleam__stdlib" "identity";
24
25
-// Unsafely cast any type into any other type.o
+// Unsafely cast any type into any other type.
26
27
// This is an escape hatch for the type system that may be useful when wrapping
28
// native Erlang APIs. It is to be used as a last measure only.
0 commit comments