Typo fix. [skip ci]

pull/4015/head
Jussi Pakkanen 6 years ago
parent f91b463bf4
commit 7aeb90a55e
  1. 6
      docs/markdown/snippets/visibility.md

@ -1,8 +1,8 @@
## Keyword argument for GNU symbol visibility ## Keyword argument for GNU symbol visibility
Build targets got a new keyword, `symbol_visibility` that controls how Build targets got a new keyword, `gnu_symbol_visibility` that controls
symbols are exported from shared libraries. This is most commonly used how symbols are exported from shared libraries. This is most commonly
to hide implementation symbols like this: used to hide implementation symbols like this:
```meson ```meson
shared_library('mylib', ... shared_library('mylib', ...

Loading…
Cancel
Save