Update LangRef to reflect int/flaot attribute specification changes.

PiperOrigin-RevId: 221802835
This commit is contained in:
Jacques Pienaar 2018-11-16 09:07:03 -08:00 committed by jpienaar
parent d34fcce2a7
commit 8c903a3c9d
1 changed files with 2 additions and 2 deletions

View File

@ -842,8 +842,8 @@ Attributes have a name, and their values are represented by the following forms:
``` {.ebnf}
attribute-value ::= bool-literal
| integer-literal
| float-literal
| integer-literal ( `:` (index-type | integer-type) )?
| float-literal ( `:` float-type )?
| string-literal
| affine-map
| type