From f67b8cb8f2f650409ce237a14331d79a8d0dd214 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 9 Apr 2021 15:27:44 -0400 Subject: docs: Fix the description of static_library's additional arguments [skip ci] --- docs/markdown/Reference-manual.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') 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 @@ 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 -- cgit v1.1