Docs: reduce confusion in configuration override of scope precedence section (#46977)

This commit is contained in:
Tamara Dahlgren 2024-10-14 21:07:48 -07:00 committed by GitHub
parent 1f6ce56d3b
commit 507965cbc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,7 +281,7 @@ When spack queries for configuration parameters, it searches in
higher-precedence scopes first. So, settings in a higher-precedence file
can override those with the same key in a lower-precedence one. For
list-valued settings, Spack *prepends* higher-precedence settings to
lower-precedence settings. Completely ignoring higher-level configuration
lower-precedence settings. Completely ignoring lower-precedence configuration
options is supported with the ``::`` notation for keys (see
:ref:`config-overrides` below).