diff options
author | Amit D <amitdev2222@gmail.com> | 2017-07-04 17:53:12 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-04 16:55:23 -0400 |
commit | 166728067dac101778da85ab59b829550b2e2d99 (patch) | |
tree | a5ba64c863d230f015360a72ce6a6c218d59b2bc | |
parent | d5e47ade8078a9c4e945f530ed40a61daf75c040 (diff) | |
download | meson-166728067dac101778da85ab59b829550b2e2d99.zip meson-166728067dac101778da85ab59b829550b2e2d99.tar.gz meson-166728067dac101778da85ab59b829550b2e2d99.tar.bz2 |
Fix typo in release notes for 0.41
'is is' -> 'is'
Fixes #2027
-rw-r--r-- | docs/markdown/Release-notes-for-0.41.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md index 1ddde95..7861aad 100644 --- a/docs/markdown/Release-notes-for-0.41.0.md +++ b/docs/markdown/Release-notes-for-0.41.0.md @@ -9,7 +9,7 @@ short-description: Release notes for 0.41 Native support for linking against LLVM using the `dependency` function. -## vcs_tag keyword fallback is is now optional +## vcs_tag keyword fallback is now optional The `fallback` keyword in `vcs_tag()` is now optional. If not given, its value defaults to the return value of `meson.project_version()`. |