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

@@ -1256,7 +1256,7 @@ class Builder FLATBUFFERS_FINAL_CLASS {
// auto id = builder.LastValue(); // Remember where we stored it.
// .. more code goes here ..
// builder.ReuseValue(id); // Refers to same double by offset.
// LastValue works regardless of wether the value has a key or not.
// LastValue works regardless of whether the value has a key or not.
// Works on any data type.
struct Value;
Value LastValue() { return stack_.back(); }