From ceb70a5c2ec966f09ed02db9d47a015ee69adaab Mon Sep 17 00:00:00 2001 From: andy5995 Date: Tue, 18 Jun 2019 15:05:29 -0500 Subject: Reference-manual.md:add missing equal sign in "both_libraries" section [skip ci] --- docs/markdown/Reference-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index d7d4d4b..9c98547 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -138,7 +138,7 @@ are never run in parallel. ### both_libraries() ``` meson - buildtarget both_libraries(library_name, list_of_sources, ...) + buildtarget = both_libraries(library_name, list_of_sources, ...) ``` Builds both a static and shared library with the given -- cgit v1.1