aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Threads.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Threads.md')
-rw-r--r--docs/markdown/Threads.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Threads.md b/docs/markdown/Threads.md
index 1bf9f83..b12d4c5 100644
--- a/docs/markdown/Threads.md
+++ b/docs/markdown/Threads.md
@@ -4,7 +4,9 @@ short-description: Enabling thread support
# Threads
-Meson has a very simple notational shorthand for enabling thread support on your build targets. First you obtain the thread dependency object like this:
+Meson has a very simple notational shorthand for enabling thread
+support on your build targets. First you obtain the thread dependency
+object like this:
```meson
thread_dep = dependency('threads')