Skip to content

Commit 0ee1d62

Browse files
authored
Merge pull request #30 from greg0ire/spelling
correct spelling mistake
2 parents 735a373 + 525a8ca commit 0ee1d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tokenizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ private function getNextToken(string $string, ?Token $previous = null) : Token
926926
}
927927
}
928928

929-
// A function must be suceeded by '('
929+
// A function must be succeeded by '('
930930
// this makes it so "count(" is considered a function, but "count" alone is not
931931
$upper = strtoupper($string);
932932
// function

0 commit comments

Comments
 (0)