aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@aarsen.me>2022-01-25 20:34:11 +0100
committerEli Schwartz <eschwartz93@gmail.com>2022-01-26 19:22:17 -0500
commit6f59a86cd72edc851e3dc6bc79faa94d024cd574 (patch)
treef9cf6e28e2d1d17d22070c48593044479a7170fe /docs
parent57ce83b396a46a685ef1274c9f1af76c87b73c5a (diff)
downloadmeson-6f59a86cd72edc851e3dc6bc79faa94d024cd574.zip
meson-6f59a86cd72edc851e3dc6bc79faa94d024cd574.tar.gz
meson-6f59a86cd72edc851e3dc6bc79faa94d024cd574.tar.bz2
docs: correct weakref typo in Reference-tables.md
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-tables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index 81117bc..22fb9e8 100644
--- a/docs/markdown/Reference-tables.md
+++ b/docs/markdown/Reference-tables.md
@@ -252,7 +252,7 @@ which are supported by GCC, Clang, and other compilers.
| warning |
| warn_unused_result |
| weak |
-| weakreaf |
+| weakref |
\* *Changed in 0.52.0* the "visibility" target no longer includes
"protected", which is not present in Apple's clang.