occured -> occurred
This commit is contained in:
Ikko Ashimine 2021-03-09 17:38:18 +09:00 коммит произвёл GitHub
Родитель 8ee4d977a1
Коммит 5b94a07ab5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ linters-settings:
gocritic: gocritic:
disabled-checks: disabled-checks:
- ifElseChain - ifElseChain
- singleCaseSwitch # Every time this occured in the code, there was no other way. - singleCaseSwitch # Every time this occurred in the code, there was no other way.
issues: issues:
exclude-rules: exclude-rules: