[Le #142] Minor Grammar Errors #52
Labels
enhancement
New feature or request
low priority
needs exploration
Need to find more specific examples and narrow down the issue
The error for key duplication currently reads
"You have duplicated the key 1, you cannot use the same key in a hashmap twice."
This is grammatically incorrect; the comma should be a semicolon.Additionally, argument type errors have slightly awkward wording:
"The second argument of (map {} map) was expected to be a sequence but is a function map instead."
would possibly read more clearly if it saidthe function map
.The text was updated successfully, but these errors were encountered: