We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5904952 commit 9f1269aCopy full SHA for 9f1269a
ext/standard/metaphone.c
@@ -78,7 +78,7 @@ static const char _codes[26] =
78
};
79
80
81
-/* Note: these function require an uppercase letter input! */
+/* Note: these functions require an uppercase letter input! */
82
static zend_always_inline char encode(char c) {
83
if (isalpha(c)) {
84
ZEND_ASSERT(c >= 'A' && c <= 'Z');
0 commit comments