Skip to content

Commit 060031c

Browse files
committed
[C++] Fix comment typo.
1 parent 186b9aa commit 060031c

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/generation/cpp/CppGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class CppGenerator implements CodeGenerator
5353
private final boolean shouldDecodeUnknownEnumValues;
5454

5555
/**
56-
* Create a new Go language {@link CodeGenerator}.
56+
* Create a new Cpp language {@link CodeGenerator}.
5757
*
5858
* @param ir for the messages and types.
5959
* @param shouldDecodeUnknownEnumValues generate support for unknown enum values when decoding.

0 commit comments

Comments
 (0)