Fix typo in documentation (#32984)

This commit is contained in:
Adam J. Stewart 2022-10-04 12:54:40 -05:00 committed by GitHub
parent 7f2e204e20
commit 450a3074e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -392,7 +392,7 @@ The following is an example of how to enforce package properties in
require: "@1.13.2" require: "@1.13.2"
openmpi: openmpi:
require: require:
- any_of: ["~cuda", "gcc"] - any_of: ["~cuda", "%gcc"]
mpich: mpich:
require: require:
- one_of: ["+cuda", "+rocm"] - one_of: ["+cuda", "+rocm"]