mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 13:00:00 +00:00
Spelling error in C# and Java documentation (#4454)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
30e7d16104
commit
bc8a1608a8
@@ -139,7 +139,7 @@ can have fast lookups directly from a FlatBuffer without having to unpack
|
|||||||
your data into a `Dictionary` or similar.
|
your data into a `Dictionary` or similar.
|
||||||
|
|
||||||
To use it:
|
To use it:
|
||||||
- Designate one of the fields in a table as they "key" field. You do this
|
- Designate one of the fields in a table as the "key" field. You do this
|
||||||
by setting the `key` attribute on this field, e.g.
|
by setting the `key` attribute on this field, e.g.
|
||||||
`name:string (key)`.
|
`name:string (key)`.
|
||||||
You may only have one key field, and it must be of string or scalar type.
|
You may only have one key field, and it must be of string or scalar type.
|
||||||
|
|||||||
Reference in New Issue
Block a user