mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
Spelling fixes
This commit is contained in:
parent
75863a887e
commit
60e80e4ce1
2 changed files with 2 additions and 2 deletions
|
@ -2622,7 +2622,7 @@ readFunctionDefinition = called "function" $ do
|
|||
|
||||
readWithoutFunction = try $ do
|
||||
name <- many1 functionChars
|
||||
guard $ name /= "time" -- Interfers with time ( foo )
|
||||
guard $ name /= "time" -- Interferes with time ( foo )
|
||||
spacing
|
||||
readParens
|
||||
return $ \id -> T_Function id (FunctionKeyword False) (FunctionParentheses True) name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue