summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew McNulty <amcn102@gmail.com>2024-09-14 13:13:13 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2024-09-14 20:20:38 +0300
commit050b788ed8065901e57f7422a42921bc40ebac8f (patch)
tree5fb1350521f22b332360174905b4c13a7da939a8 /docs
parent781335446064b0f6dcee3c22975dd9f575932a74 (diff)
downloadmeson-050b788ed8065901e57f7422a42921bc40ebac8f.tar.gz
Fix various incorrect uses of `its` vs `it's`.
These errors can make reading comments and documentation unnecessarily confusing for users and contributors who do not speak English as their first language.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Qt6-module.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Qt6-module.md b/docs/markdown/Qt6-module.md
index 0a453dd41..673b49996 100644
--- a/docs/markdown/Qt6-module.md
+++ b/docs/markdown/Qt6-module.md
@@ -20,7 +20,7 @@ Compiles Qt's resources collection files (.qrc) into c++ files for compilation.
It takes no positional arguments, and the following keyword arguments:
- `name` (string | empty): if provided a single .cpp file will be generated,
and the output of all qrc files will be combined in this file, otherwise
- each qrc file be written to it's own cpp file.
+ each qrc file be written to its own cpp file.
- `sources` (File | string | custom_target | custom_target index | generator_output)[]:
A list of sources to be transpiled. Required, must have at least one source<br/>
*New in 0.60.0*: support for custom_target, custom_target_index, and generator_output.
@@ -111,7 +111,7 @@ This method takes the following keyword arguments:
directory. For instance, when a file called `subdir/one.input` is processed
it generates a file `{target private directory}/subdir/one.out` when `true`,
and `{target private directory}/one.out` when `false` (default).
-
+
It returns an array of targets and sources to pass to a compilation target.
## compile_translations