From cb540741a43e80894504911afcfd8e1b269b3896 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 27 Feb 2022 17:44:01 -0500 Subject: [PATCH] Clarify task parameter construction variable names --- doc/user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide.md b/doc/user_guide.md index cfcd0f0..5115a24 100644 --- a/doc/user_guide.md +++ b/doc/user_guide.md @@ -865,7 +865,7 @@ It also instructs the linker to link against the `m` library. * uppercase strings - the default construction variables that Rscons uses * strings beginning with "_" - set and used internally by builders - * strings with a ":" as "#{task_name}:#{parameter_name}" - set to task parameter values + * lowercase strings with a ":" as "#{task_name}:#{parameter_name}" - set to task parameter values * symbols, lowercase strings - reserved as user-defined construction variables ###> Builders