diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-10-11 13:12:29 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-10-11 13:12:29 -0700 |
| commit | 382e85c14f211e986b7e0efde6bc6f5edd6f249b (patch) | |
| tree | d4322e1c7389176b839839d4d2fda20cf883999b | |
| parent | 2c34ffa26f4850c7bb648ebab0952b8a78874f12 (diff) | |
| download | rust-382e85c14f211e986b7e0efde6bc6f5edd6f249b.tar.gz rust-382e85c14f211e986b7e0efde6bc6f5edd6f249b.zip | |
manual: "with" -> ".." for FRU.
| -rw-r--r-- | doc/rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md index 4b3b9a4c158..f0a469c02cc 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -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 |
