Skip to content

Commit

Permalink
other: Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jul 24, 2024
1 parent bdb221e commit 67f48db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To use development versions of Kipper download the
- `MismatchingArgCountBetweenFuncTypesError`, which is thrown when the amount of arguments in a function type does not
match the number of arguments in the function type it is compared to.
- `GenericCanOnlyHaveOneSpreadError`, which is thrown when a generic type has more than one spread argument. This is
for now an internal-only error that should not be thrown in normal circumstances.
for now an internal-only error that should not be thrown in normal circumstances.
- `TypeNotAssignableToUnionError`, which is thrown when a type is not assignable to a union type.
- `ValueTypeNotIndexableWithGivenAccessor`, which is thrown when a value type is not indexable with the given
accessor.
Expand Down

0 comments on commit 67f48db

Please sign in to comment.