diff options
| author | Dmitriy Fishman <fishman.code@gmail.com> | 2021-10-12 03:22:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 17:22:32 -0700 |
| commit | b4c00cb0e35c0d845088126c67213df56a64a988 (patch) | |
| tree | cf271bbdc71430776ca8d0f0d4d8756cd97bda6c /docs | |
| parent | 1d4128f08e30cec31b94500840c7eca8ebc579cb (diff) | |
| download | vcpkg-b4c00cb0e35c0d845088126c67213df56a64a988.tar.gz vcpkg-b4c00cb0e35c0d845088126c67213df56a64a988.zip | |
Update manifests.md (#20598)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/specifications/manifests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specifications/manifests.md b/docs/specifications/manifests.md index 91acfea58..a71db2d8b 100644 --- a/docs/specifications/manifests.md +++ b/docs/specifications/manifests.md @@ -49,7 +49,7 @@ CMake). The specification uses definitions from the [Definitions](#definitions) section in order to specify the shape of a value. Note that any object may contain any directives, written as -a field key that starts with a `$`; these directive shall be ignored by `vcpkg`. Common +a field key that starts with a `$`; these directives shall be ignored by `vcpkg`. Common directives may include `"$schema"`, `"$comment"`, `"$reason"`. A manifest must be a top-level object, and must have at least: |
