mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 22:21:04 +08:00
Spelling fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user