aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-11-18 10:32:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-11-18 10:32:58 +0200
commitcf652392b0d0a88899ac4178851affef43af1631 (patch)
tree2439f32a31534e09f383fbad2cfe94c512b4084f /NEWS
parentd0d723cb86696dda3a0bcb1aa2147f09669d58e5 (diff)
Fix incorrect diag builtin examples
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ef283af..c71f9bd 100644
--- a/NEWS
+++ b/NEWS
@@ -15,11 +15,11 @@ Version 0.16.0
If the `diag` builtin is not specified, the default diagnostics is now
equivalent to, for update:
- diag <prog> ($>[0]) -> $<
+ diag <prog> ($<[0]) -> $>
And for other operations:
- diag <prog> $<
+ diag <prog> $>
For details, see the print_diag() API description in diagnostics.hxx. See
also GH issue #40 for additional background/details.