summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-07 14:07:05 (GMT)
committerBrad King <brad.king@kitware.com>2018-05-07 14:10:37 (GMT)
commit0acd70511946597b30e934369353654cdc18929e (patch)
tree9660034cd0a41569396df7c4cf388ad0877751e5
parentd5b2745b34cba326a634bee677bb80c79ada52d9 (diff)
downloadCMake-0acd70511946597b30e934369353654cdc18929e.zip
CMake-0acd70511946597b30e934369353654cdc18929e.tar.gz
CMake-0acd70511946597b30e934369353654cdc18929e.tar.bz2
Help: Improve list command signature group name for read operations
The LENGTH, GET, JOIN, and SUBLIST operations all read the list without modifying it. Name their section appropriately.
-rw-r--r--Help/command/list.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/list.rst b/Help/command/list.rst
index 67e9743..7eb83ad 100644
--- a/Help/command/list.rst
+++ b/Help/command/list.rst
@@ -33,8 +33,8 @@ scope. To propagate the results of these operations upwards, use
Be careful when counting with negative indices: they do not start from
0. -0 is equivalent to 0, the first list element.
-Capacity and Element access
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Reading
+^^^^^^^
LENGTH
""""""