summaryrefslogtreecommitdiff
path: root/Source/cmForEachCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 12:05:04 -0500
committerKen Martin <ken.martin@kitware.com>2005-11-16 12:05:04 -0500
commitbd45a7bb189828ebd844b8a2b401fcf24159c4e0 (patch)
treef0b9d242810dc4131762cb1f7e6cec2c10881545 /Source/cmForEachCommand.h
parent89f3e97730cf613a35583a1b9b527fc6f5561d91 (diff)
downloadcmake-bd45a7bb189828ebd844b8a2b401fcf24159c4e0.tar.gz
STYLE: fix docs
Diffstat (limited to 'Source/cmForEachCommand.h')
-rw-r--r--Source/cmForEachCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h
index 550a8cf846..6d6353d6b2 100644
--- a/Source/cmForEachCommand.h
+++ b/Source/cmForEachCommand.h
@@ -100,8 +100,8 @@ public:
"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"
+ "Foreach can also iterate over a generated range of numbers. "
+ "There are three types of this iteration:\n"
"* When specifying single number, the range will have elements "
"0 to \"total\".\n"
"* When specifying two numbers, the range will have elements from "