Skip to content

Commit e6fc269

Browse files
committed
Correct typo
1 parent 3ee986a commit e6fc269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/any.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub external type Any;
2222
//
2323
pub external fn from(a) -> Any = "gleam__stdlib" "identity";
2424

25-
// Unsafely cast any type into any other type.o
25+
// Unsafely cast any type into any other type.
2626
//
2727
// This is an escape hatch for the type system that may be useful when wrapping
2828
// native Erlang APIs. It is to be used as a last measure only.

0 commit comments

Comments
 (0)