Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
bc8a1608
Commit
bc8a1608
authored
Oct 09, 2017
by
Brian Chavez
Committed by
Wouter van Oortmerssen
Oct 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling error in C# and Java documentation (#4454)
parent
30e7d161
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
JavaCsharpUsage.md
docs/source/JavaCsharpUsage.md
+1
-1
No files found.
docs/source/JavaCsharpUsage.md
View file @
bc8a1608
...
...
@@ -139,7 +139,7 @@ can have fast lookups directly from a FlatBuffer without having to unpack
your data into a
`Dictionary`
or similar.
To use it:
-
Designate one of the fields in a table as the
y
"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.
`name:string (key)`
.
You may only have one key field, and it must be of string or scalar type.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment