From bc8a1608a84347d4d212a976649d34309610a3c5 Mon Sep 17 00:00:00 2001 From: Brian Chavez Date: Mon, 9 Oct 2017 08:42:34 -0700 Subject: [PATCH] Spelling error in C# and Java documentation (#4454) --- docs/source/JavaCsharpUsage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/JavaCsharpUsage.md b/docs/source/JavaCsharpUsage.md index 8f99d3a88..102ce371d 100755 --- a/docs/source/JavaCsharpUsage.md +++ b/docs/source/JavaCsharpUsage.md @@ -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 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. `name:string (key)`. You may only have one key field, and it must be of string or scalar type.