From 5a0fec13b6463f45f88860d67e8fb50f34c8d739 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 31 May 2019 14:17:58 -0400 Subject: [PATCH] doc: fix typo [skip ci] Error introduced in commit 8e403e08ac2907214c044c804ee5eef6a45e0ff9 --- docs/markdown/Wrap-best-practices-and-tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Wrap-best-practices-and-tips.md b/docs/markdown/Wrap-best-practices-and-tips.md index 5fddb5d53..bdff9ee0f 100644 --- a/docs/markdown/Wrap-best-practices-and-tips.md +++ b/docs/markdown/Wrap-best-practices-and-tips.md @@ -48,7 +48,7 @@ optimization. However building both library types on all builds is slow and wasteful. Your project should use the `library` method that can be toggled -between shared and static with the `defaul_library` builtin option. +between shared and static with the `default_library` builtin option. ```meson