From cf652392b0d0a88899ac4178851affef43af1631 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Nov 2022 10:32:58 +0200 Subject: Fix incorrect diag builtin examples --- libbuild2/adhoc-rule-buildscript.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2') diff --git a/libbuild2/adhoc-rule-buildscript.cxx b/libbuild2/adhoc-rule-buildscript.cxx index bd61a23..2cec3f3 100644 --- a/libbuild2/adhoc-rule-buildscript.cxx +++ b/libbuild2/adhoc-rule-buildscript.cxx @@ -1738,8 +1738,8 @@ namespace build2 // With this approach, the way to re-create the default diagnostics would // be: // - // diag ($>[0]) -> $< - // diag $< + // diag ($<[0]) -> $> + // diag $> // auto i (ns.begin ()), e (ns.end ()); -- cgit v1.1