aboutsummaryrefslogtreecommitdiff
path: root/docs/threads.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-05 00:22:40 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-03-05 00:22:40 -0500
commitdba2d62d15d8233c189a109f97d7cda70fa7f6b7 (patch)
treee30d17414553a45f006a6a5d6f05dcd2856ee386 /docs/threads.md
parent0a3ad8ba914ab42ebbb88a3d955f71d71d581fc1 (diff)
Fix links
Diffstat (limited to 'docs/threads.md')
-rw-r--r--docs/threads.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/threads.md b/docs/threads.md
index 1ccacc38..67402ecc 100644
--- a/docs/threads.md
+++ b/docs/threads.md
@@ -6,10 +6,10 @@ through [mutex-guarded datastructures](mutexed.md).
## Thread Methods
-- [`func cancel(thread: Thread)`](#`cancel)
-- [`func detach(thread: Thread)`](#`detach)
-- [`func join(thread: Thread)`](#`join)
-- [`func new(fn: func(->Void) -> Thread)`](#`new)
+- [`func cancel(thread: Thread)`](#cancel)
+- [`func detach(thread: Thread)`](#detach)
+- [`func join(thread: Thread)`](#join)
+- [`func new(fn: func(->Void) -> Thread)`](#new)
### `cancel`