aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Build-targets.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Build-targets.md')
-rw-r--r--docs/markdown/Build-targets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Build-targets.md b/docs/markdown/Build-targets.md
index 83f959f..780595c 100644
--- a/docs/markdown/Build-targets.md
+++ b/docs/markdown/Build-targets.md
@@ -9,7 +9,7 @@ Meson provides four kinds of build targets: executables, libraries
the build configuration time), static libraries, and shared libraries.
They are created with the commands `executable`, `library`,
`static_library` and `shared_library`, respectively. All objects created
-in this way are **immutable**. That is, you can not change any aspect of
+in this way are **immutable**. That is, you cannot change any aspect of
them after they have been constructed. This ensures that all information
pertaining to a given build target is specified in one well defined
place.