From f72ee8e742a171db74ed32b54b85953b8dfe1d77 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 30 Jan 2021 13:20:59 +0200 Subject: Rewrap long text lines in docs. [skip ci] --- docs/markdown/Threads.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/markdown/Threads.md') diff --git a/docs/markdown/Threads.md b/docs/markdown/Threads.md index 1bf9f830a..b12d4c513 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') -- cgit v1.2.3