include/flatbuffers: typo fixes in comments (#5884)

This commit is contained in:
Even Rouault
2020-05-04 19:21:57 +02:00
committed by GitHub
parent 2e9a196734
commit ff1c78233d
6 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ class CodeWriter {
}
// Appends the given text to the generated code as well as a newline
// character. Any text within {{ and }} delimeters is replaced by values
// character. Any text within {{ and }} delimiters is replaced by values
// previously stored in the CodeWriter by calling SetValue above. The newline
// will be suppressed if the text ends with the \\ character.
void operator+=(std::string text);