Skip to content

Commit 54e20fd

Browse files
committed
spelling: string
Signed-off-by: Josh Soref <[email protected]>
1 parent f98a36e commit 54e20fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/syntaxes/Packages/C#/tests/syntax_test_PreprocessorDirectives.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#pragma warning restore warning-list
1313
#pragma checksum "file.cs" "{3673e4ca-6098-4ec1-890f-8fceb2a794a2}" "{012345678AB}" // New checksum
1414
// ^ keyword.other.preprocessor
15-
// ^ stirng.quoted.double
15+
// ^ string.quoted.double
1616
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ constant.numeric.integer.hexadecimal
1717

1818
#region

assets/syntaxes/Packages/PHP/syntax_test_php.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function array_values_from_keys($arr, $keys) {
222222
};
223223
// <- meta.function meta.block punctuation.section.block.end
224224

225-
function foo(?stinrg ...$args) {}
225+
function foo(?string ...$args) {}
226226
// ^ storage.type.nullable
227227
// ^^^^^^ support.class
228228
// ^^^ keyword.operator.spread

0 commit comments

Comments
 (0)