diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 6cdb3943288..48372bb223c 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -171,7 +171,7 @@ categories = ["...", "..."] # This is an SPDX 2.1 license expression for this package. Currently # crates.io will validate the license provided against a whitelist of # known license and exception identifiers from the SPDX license list -# 2.4. +# 2.4. Parentheses are not currently supported. # # Multiple licenses can be separated with a `/`, although that usage # is deprecated. Instead, use a license expression with AND and OR diff --git a/src/doc/manifest.md b/src/doc/manifest.md index ea42fb1fba2..dc6b9de17fb 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -168,7 +168,7 @@ categories = ["...", "..."] # This is an SPDX 2.1 license expression for this package. Currently # crates.io will validate the license provided against a whitelist of # known license and exception identifiers from the SPDX license list -# 2.4. +# 2.4. Parentheses are not currently supported. # # Multiple licenses can be separated with a `/`, although that usage # is deprecated. Instead, use a license expression with AND and OR