mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
misspell.csv: add new misspellings; also check in result of 'make spellfix'.
This commit is contained in:
@@ -155,7 +155,7 @@ func nilMapPanic() {
|
||||
runtimePanicAt(returnAddress(0), "assignment to entry in nil map")
|
||||
}
|
||||
|
||||
// Panic when trying to acces an array or slice out of bounds.
|
||||
// Panic when trying to access an array or slice out of bounds.
|
||||
func lookupPanic() {
|
||||
runtimePanicAt(returnAddress(0), "index out of range")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user