doc: fix typo [skip ci]

Error introduced in commit 8e403e08ac
pull/5441/head
Eli Schwartz 6 years ago committed by Dylan Baker
parent e83084fbfe
commit 5a0fec13b6
  1. 2
      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

Loading…
Cancel
Save