From 5025ce04e610e6051668e8e363ceb820c76780d9 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 27 Jun 2019 13:42:03 -0400 Subject: [PATCH] Update concurrent.md --- docs/api/cyclone/concurrent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/cyclone/concurrent.md b/docs/api/cyclone/concurrent.md index 10e26acd..fef180a1 100644 --- a/docs/api/cyclone/concurrent.md +++ b/docs/api/cyclone/concurrent.md @@ -13,7 +13,7 @@ This library complements the multithreading support provided by [SRFI 18](../srf [Immutability](#immutability) - [`immutable?`](#immutable) -[Generic Concurrency](#generic-concurrency) +[General](#general) - [`deref`](#deref) [Atoms](#atoms) @@ -87,7 +87,7 @@ It is an error to call a mutation procedure (such as `set-car!` or `string-set!` Predicate that returns `#t` if `obj` is immutable and `#f` otherwise. -## Generic Concurrency +## General ### deref