summaryrefslogtreecommitdiff
path: root/docs/yaml/objects/compiler.yaml
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-10-22 16:42:21 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-23 03:06:39 +0300
commitfa2585d0b364143fb588b8bb611eaa4d1c277811 (patch)
tree529fe5facf7c43c453a8569073b31fc122efcc68 /docs/yaml/objects/compiler.yaml
parentb98356e0557399803895755a5f513841345fba1b (diff)
downloadmeson-fa2585d0b364143fb588b8bb611eaa4d1c277811.tar.gz
Fix typos in docs
Diffstat (limited to 'docs/yaml/objects/compiler.yaml')
-rw-r--r--docs/yaml/objects/compiler.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml
index 6f49ec526..cf341119d 100644
--- a/docs/yaml/objects/compiler.yaml
+++ b/docs/yaml/objects/compiler.yaml
@@ -37,7 +37,7 @@ methods:
The source code to check.
If a string is passed, the code is used directly. If a [[@file]] object
- is passed, it's content is used for the compiler check.
+ is passed, its content is used for the compiler check.
# Helper methods to pre-define common kwargs
- name: _args
@@ -105,7 +105,7 @@ methods:
The name to use for printing a message about the compiler check.
If this keyword argument is not passed, no message will be printed about the check.
-# Even more convinient
+# Even more convenient
- name: _common
returns: void
description: You have found a bug if you can see this!
@@ -564,7 +564,7 @@ methods:
posargs:
name:
type: str
- description: The attribute nane to check.
+ description: The attribute name to check.
- name: get_supported_function_attributes
returns: list[str]