diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-05 18:04:44 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:35 +0100 |
commit | 52071c6d4ee15c750f8a8620e038b78627db890e (patch) | |
tree | a40304358dfe3937c6ff5aa96f9f368c64ef6210 /docs/markdown | |
parent | 0b0ec5895c6db491cb1fefaadbdc091c1e77189a (diff) | |
download | meson-52071c6d4ee15c750f8a8620e038b78627db890e.zip meson-52071c6d4ee15c750f8a8620e038b78627db890e.tar.gz meson-52071c6d4ee15c750f8a8620e038b78627db890e.tar.bz2 |
Fixed missing dots [skip ci]
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/introspect_multiple.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md index 06df733..67f517a 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 their compiler parameters - - Added new target types (`jar`, `shared module`) + - New: the `sources` key. It stores the source files of a target and their compiler parameters. + - Added new target types (`jar`, `shared module`). |