diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-05-31 14:17:58 -0400 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-05-31 12:31:26 -0700 |
commit | 5a0fec13b6463f45f88860d67e8fb50f34c8d739 (patch) | |
tree | 319b94e0836762a7ad9f4747c86cf94399ee6103 | |
parent | e83084fbfee22820b646627e35c5a1a6bf06f05c (diff) | |
download | meson-5a0fec13b6463f45f88860d67e8fb50f34c8d739.zip meson-5a0fec13b6463f45f88860d67e8fb50f34c8d739.tar.gz meson-5a0fec13b6463f45f88860d67e8fb50f34c8d739.tar.bz2 |
doc: fix typo [skip ci]
Error introduced in commit 8e403e08ac2907214c044c804ee5eef6a45e0ff9
-rw-r--r-- | docs/markdown/Wrap-best-practices-and-tips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Wrap-best-practices-and-tips.md b/docs/markdown/Wrap-best-practices-and-tips.md index 5fddb5d..bdff9ee 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 |