Skip to content

Commit

Permalink
Fix a word
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Apr 26, 2024
1 parent 72d59dc commit dd4cb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/diagnostics/5006.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ It reports overloaded types as the following:

Unsolved record types that may have other fields, which often arise with usages of `#` selectors, will be reported as record types with an extra `...` row.

Automatically generated type variable names will use `?` as the prefix, instead of `'` which is used user-written type variable names.
Automatically generated type variable names will use `?` as the prefix, instead of `'` which is used for user-written type variable names.

If Millet encounters an invalid expression, like a variable that was undefined, it will report the type `_`. It will also report `_` for unsolved type variables.

Expand Down

0 comments on commit dd4cb24

Please sign in to comment.