mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-12 16:00:59 +00:00
Typo fixes in comments of flatbuffers.h and flexbuffers.h (#6901)
This commit is contained in:
@@ -1096,7 +1096,7 @@ class Builder FLATBUFFERS_FINAL_CLASS {
|
||||
return stack_.size();
|
||||
}
|
||||
|
||||
// TODO(wvo): allow this to specify an aligment greater than the natural
|
||||
// TODO(wvo): allow this to specify an alignment greater than the natural
|
||||
// alignment.
|
||||
size_t EndVector(size_t start, bool typed, bool fixed) {
|
||||
auto vec = CreateVector(start, stack_.size() - start, 1, typed, fixed);
|
||||
|
||||
Reference in New Issue
Block a user