diff options
-rw-r--r-- | Source/cmForEachCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h index 6681729..550a8cf 100644 --- a/Source/cmForEachCommand.h +++ b/Source/cmForEachCommand.h @@ -97,8 +97,8 @@ public: "All commands between FOREACH and the matching ENDFOREACH are recorded " "without being invoked. Once the ENDFOREACH is evaluated, the " "recorded list of commands is invoked once for each argument listed " - "in the original FOREACH command. Each recorded command is modified " - "before invocation to replace any occurrence of \"${loop_var}\" with " + "in the original FOREACH command. Before each iteration of the loop " + "\"${loop_var}\" will be set as a variable with " "the current value in the list.\n" "Foreach can also iterate over the range of numbers generated by " "foreach. There are three types of this iteration:\n" |