diff options
Diffstat (limited to 'docs/markdown/IDE-integration.md')
-rw-r--r-- | docs/markdown/IDE-integration.md | 2 |
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 |