mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 12:40:01 +00:00
include/flatbuffers: typo fixes in comments (#5884)
This commit is contained in:
@@ -239,7 +239,7 @@ template<typename T> class SymbolTable {
|
||||
struct Namespace {
|
||||
Namespace() : from_table(0) {}
|
||||
|
||||
// Given a (potentally unqualified) name, return the "fully qualified" name
|
||||
// Given a (potentially unqualified) name, return the "fully qualified" name
|
||||
// which has a full namespaced descriptor.
|
||||
// With max_components you can request less than the number of components
|
||||
// the current namespace has.
|
||||
|
||||
Reference in New Issue
Block a user