docs: Fix the description of static_library's additional arguments [skip ci]

diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index e4c4703..916083c 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -1632,8 +1632,7 @@
 ```
 
 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