Skip to content

Help: Use array consistently in presets manual

Craig Scott requested to merge craig.scott/cmake:doc-presets into master

When referring to data in a JSON array, use "array" consistently rather than "list". This avoids ambiguity over whether we mean a string containing a CMake list, or a JSON array.

Backport: release
Fixes: #24074 (closed)

Edited by Craig Scott

Merge request reports