Skip to content

Commit 04ea635

Browse files
committed
[C#] Fix typo.
1 parent 67bb9be commit 04ea635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/ValidationUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ private static boolean isSbeGolangIdentifierPart(final char c)
412412
"short", "sizeof", "stackalloc", "static", "string",
413413
"struct", "switch", "this", "throw", "true",
414414
"try", "typeof", "uint", "ulong", "unchecked",
415-
"unsafe", "ushort", "using", "using static", "virtual",
415+
"unsafe", "ushort", "using", "virtual",
416416
"void", "volatile", "while");
417417

418418
/**

0 commit comments

Comments
 (0)