Fixed type specifiers in the grammar document.

Change-Id: Ia6b976f0eb6a99d710bcd09cb56339580ff69f5b
This commit is contained in:
Wouter van Oortmerssen
2015-07-10 16:39:47 -07:00
parent d0e9bc6a75
commit 4798456df6
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ enumval\_decl ) `}`
root\_decl = `root_type` ident `;`
field\_decl = type `:` ident [ `=` scalar ] metadata `;`
field\_decl = ident `:` type [ `=` scalar ] metadata `;`
type = `bool` | `byte` | `ubyte` | `short` | `ushort` | `int` | `uint` |
`float` | `long` | `ulong` | `double`