summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2021-04-09 15:27:44 -0400
committerGitHub <noreply@github.com>2021-04-09 22:27:44 +0300
commitf67b8cb8f2f650409ce237a14331d79a8d0dd214 (patch)
tree2d323662540dcace3cf3dd9c839be14f25717228
parentc9d98e9a98f5f49f0fca266756c2dea2ccbe09eb (diff)
downloadmeson-f67b8cb8f2f650409ce237a14331d79a8d0dd214.tar.gz
docs: Fix the description of static_library's additional arguments [skip ci]
-rw-r--r--docs/markdown/Reference-manual.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index e4c470306..916083cfa 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -1632,8 +1632,7 @@ platforms, notably OSX. Consider using a
```
Builds a static library with the given sources. Positional and keyword
-arguments are otherwise the same as for [`library`](#library), but it
-has one argument the others don't have:
+arguments are as for [`library`](#library), as well as:
- `pic` *(since 0.36.0)*: builds the library as positional
independent code (so it can be linked into a shared library). This