Minor fixes to the reference docs
Compare changes
- Ian Jackson authored
+ 18
− 16
@@ -132,7 +132,7 @@ Each `ARG` must be one of:
@@ -303,9 +303,9 @@ where `FNAME` is the actual field name (or tuple field number).
@@ -343,16 +343,16 @@ To construct a value, prefer `$vtype` rather than `$ttype`,
@@ -364,7 +364,7 @@ Use `$vpat` for that.
@@ -444,7 +444,7 @@ Accesses macro parameters passed via `#[deftly(...)]` attributes.
@@ -484,7 +484,7 @@ Accesses macro parameters passed via `#[deftly(...)]` attributes.
@@ -494,7 +494,7 @@ Accesses macro parameters passed via `#[deftly(...)]` attributes.
@@ -704,7 +704,7 @@ So you can write `${if COND1 { ... } COND2 { ... } else { ... }`.
@@ -1104,7 +1104,7 @@ Whether and what kind of fields there are.
@@ -1152,7 +1152,7 @@ Spacing is disregarded, even between punctuation characters.
@@ -1252,7 +1252,9 @@ the [`dbg` expansion option](#dbg--print-the-expansion-to-stderr-for-debugging).
@@ -1399,7 +1401,7 @@ and dumping the expansion to stderr during compilation.