Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 1, 2024
1 parent d123b86 commit e8be452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anoma/Utils.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UNUSED : Type := Unit;

--- A type describing an unknown type that must be clarified.
--- NOTE: This can be used in instantiated interfaces for type parameters that are not unknown.
UNKOWN : Type := Unit;
UNKNOWN : Type := Unit;

--- A trait for transforming values of a `DataType` into values of its
--- corresponding `RefType`. Values of `RefType` must have fixed size. For the
Expand Down

0 comments on commit e8be452

Please sign in to comment.