Fixed small inaccurracies in the schema grammar.

Change-Id: I6e9e66c3d7d67c54617bc892f612b7341bebd7e0
This commit is contained in:
Wouter van Oortmerssen
2015-07-31 12:26:23 -07:00
parent 4998ad7365
commit 0e064e415b
4 changed files with 20 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ var NAVTREE =
[ "Benchmarks", "md__benchmarks.html", null ],
[ "FlatBuffers white paper", "md__white_paper.html", null ],
[ "FlatBuffer Internals", "md__internals.html", null ],
[ "Formal Grammar of the schema language", "md__grammar.html", null ]
[ "Grammar of the schema language", "md__grammar.html", null ]
] ]
];