From 7e2c54c0a38788380c7f05dff3244faaa76e0220 Mon Sep 17 00:00:00 2001 From: jimbo1qaz Date: Sun, 15 Sep 2019 17:16:49 -0700 Subject: Fix improperly closed code backtick [skip ci] --- docs/markdown/IDE-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index ec347d72e..0c4f81978 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 -- cgit v1.2.3