diff options
author | Tristan Partin <tristan@partin.io> | 2023-08-07 11:38:55 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-08-16 21:56:31 -0400 |
commit | 14892eb8490615ef4123659b1d127226ccb9e3bd (patch) | |
tree | abe6451419c72731ebec0d97731364d5ba8da2c7 | |
parent | f88a9cd6b374676e8f47da7137c8cd77c5bc2ccf (diff) | |
download | meson-14892eb8490615ef4123659b1d127226ccb9e3bd.zip meson-14892eb8490615ef4123659b1d127226ccb9e3bd.tar.gz meson-14892eb8490615ef4123659b1d127226ccb9e3bd.tar.bz2 |
Fix some random capitalization in feature.yaml
-rw-r--r-- | docs/yaml/objects/feature.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/yaml/objects/feature.yaml b/docs/yaml/objects/feature.yaml index 26b677f..a5ae7a6 100644 --- a/docs/yaml/objects/feature.yaml +++ b/docs/yaml/objects/feature.yaml @@ -90,7 +90,7 @@ methods: error_message: type: str default: "''" - description: The error Message to print if the check fails + description: The error message to print if the check fails - name: enable_if returns: feature @@ -124,7 +124,7 @@ methods: error_message: type: str default: "''" - description: The error Message to print if the check fails + description: The error message to print if the check fails - name: disable_if returns: feature @@ -162,4 +162,4 @@ methods: error_message: type: str default: "''" - description: The error Message to print if the check fails + description: The error message to print if the check fails |