manual: "with" -> ".." for FRU.

This commit is contained in:
Graydon Hoare 2012-10-11 13:12:29 -07:00
parent 2c34ffa26f
commit 382e85c14f

View file

@ -1528,7 +1528,7 @@ values.
~~~~~~~~{.ebnf .gram}
rec_expr : '{' ident ':' expr
[ ',' ident ':' expr ] *
[ "with" expr ] '}'
[ ".." expr ] '}'
~~~~~~~~
A [_record_](#record-types) _expression_ is one or more comma-separated