aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimbo1qaz <jimbo1qaz@gmail.com>2019-09-15 17:16:49 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2019-09-15 20:16:49 -0400
commit7e2c54c0a38788380c7f05dff3244faaa76e0220 (patch)
tree81cedfbe682b27f9aa82946f1ee9eedb9697b90f
parente7197895b27a789a4339b493ceddb242f7f12c9e (diff)
downloadmeson-7e2c54c0a38788380c7f05dff3244faaa76e0220.zip
meson-7e2c54c0a38788380c7f05dff3244faaa76e0220.tar.gz
meson-7e2c54c0a38788380c7f05dff3244faaa76e0220.tar.bz2
Fix improperly closed code backtick [skip ci]
-rw-r--r--docs/markdown/IDE-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index ec347d7..0c4f819 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -67,7 +67,7 @@ be present. It stores the installation location for each file in `filename`.
If one file in `filename` is not installed, its corresponding install location
is set to `null`.
-The `subproject' key specifies the name of the subproject this target was
+The `subproject` key specifies the name of the subproject this target was
defined in, or `null` if the target was defined in the top level project.
A target usually generates only one file. However, it is possible for custom