diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2020-12-14 21:24:34 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2020-12-14 21:24:34 -0500 |
commit | 9a427795214d0224cea7f929cf099e0aa164990e (patch) | |
tree | fa020f0f96a35cd81f30a4b67337046352ff93c3 | |
parent | b9b2e0223ede327499a435a22e904fe92b1df781 (diff) | |
download | meson-9a427795214d0224cea7f929cf099e0aa164990e.zip meson-9a427795214d0224cea7f929cf099e0aa164990e.tar.gz meson-9a427795214d0224cea7f929cf099e0aa164990e.tar.bz2 |
doc: fix typos for doubled words [skip ci]
"more more" is one place where we don't need more.
Fixes #8097
-rw-r--r-- | docs/markdown/Reference-manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index f490f5f..924047c 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1280,7 +1280,7 @@ them for the default behaviour for each platform. This function prints its argument to stdout. -*(since 0.54.0)* Can take more more than one argument that will be separated by +*(since 0.54.0)* Can take more than one argument that will be separated by space. ### warning() @@ -1293,7 +1293,7 @@ space. This function prints its argument to stdout prefixed with WARNING:. -*(since 0.54.0)* Can take more more than one argument that will be separated by +*(since 0.54.0)* Can take more than one argument that will be separated by space. ### summary() |