| commit | 8de977fa70ebbb372b9d1f352f1f7899a47b73f9 | [log] [tgz] |
|---|---|---|
| author | Craig Scott <craig.scott@crascit.com> | Sat Oct 22 16:18:45 2022 +1100 |
| committer | Craig Scott <craig.scott@crascit.com> | Sat Oct 22 16:19:19 2022 +1100 |
| tree | 59a62a3bc52652c126e16fcdec108930efcb0561 | |
| parent | e11773e8cf3829f09347db4165e60327745acb17 [diff] |
Help: Use array consistently in presets manual 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. Fixes: #24074