From 8a9ea214483adccc446954bfa9f4f3aade997275 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 20 Oct 2022 12:32:26 +0300 Subject: Tweak documentation in parser::parse_for() --- libbuild2/parser.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/parser.cxx') diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index b1f6eb2..bc7b79b 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -4379,10 +4379,10 @@ namespace build2 void parser:: parse_for (token& t, type& tt) { - // for : + // for [] []: [] // // - // for : + // for [] []: [] // { // // } -- cgit v1.1