diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-05 18:04:01 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:35 +0100 |
commit | 0b0ec5895c6db491cb1fefaadbdc091c1e77189a (patch) | |
tree | 203dd0ee6f366dea1e4bb33db9cee8ab3c2a26ce /docs | |
parent | bcb8146280ed89d1fabc3136e2e65a6173b31214 (diff) | |
download | meson-0b0ec5895c6db491cb1fefaadbdc091c1e77189a.zip meson-0b0ec5895c6db491cb1fefaadbdc091c1e77189a.tar.gz meson-0b0ec5895c6db491cb1fefaadbdc091c1e77189a.tar.bz2 |
Fixed typo [skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/snippets/introspect_multiple.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md index 131bf58..06df733 100644 --- a/docs/markdown/snippets/introspect_multiple.md +++ b/docs/markdown/snippets/introspect_multiple.md @@ -18,5 +18,5 @@ configuration of the build directory. Additionlly the format of `meson introspect target` was changed: - - New: the `sources` key. It stores the source files of a target and there compiler parameters + - New: the `sources` key. It stores the source files of a target and their compiler parameters - Added new target types (`jar`, `shared module`) |