summaryrefslogtreecommitdiff
path: root/docs/yaml/objects/compiler.yaml
diff options
context:
space:
mode:
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]