aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenko@redhat.com>2017-06-20 00:01:11 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-21 04:35:43 -0400
commitf171faee32b877aec064a1bc4ab91adda632299d (patch)
tree4b394912bc44ed3960f748007f1f566f74efae1b /docs
parent797bca22a5803cf37c6d44db2e7028db221fbfd8 (diff)
downloadmeson-f171faee32b877aec064a1bc4ab91adda632299d.zip
meson-f171faee32b877aec064a1bc4ab91adda632299d.tar.gz
meson-f171faee32b877aec064a1bc4ab91adda632299d.tar.bz2
docs: be more consistent
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Release-notes-for-0.41.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md
index eb565ab..1ddde95 100644
--- a/docs/markdown/Release-notes-for-0.41.0.md
+++ b/docs/markdown/Release-notes-for-0.41.0.md
@@ -11,7 +11,7 @@ Native support for linking against LLVM using the `dependency` function.
## vcs_tag keyword fallback is is now optional
-The `fallback` keyword in `vcs_tag` is now optional. If not given, its value
+The `fallback` keyword in `vcs_tag()` is now optional. If not given, its value
defaults to the return value of `meson.project_version()`.
## Better quoting of special characters in ninja command invocations
@@ -56,7 +56,7 @@ Targets for building rust now take a `rust_args` keyword.
Code coverage can be generated for tests by passing the `--cov` argument to
the `run_tests.py` test runner. Note, since multiple processes are used,
-coverage must be combined before producing a report (`coverage3 combine`.)
+coverage must be combined before producing a report (`coverage3 combine`).
## Reproducible builds