summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wendt <chrismwendt@gmail.com>2023-03-04 03:35:18 -0700
committerBen Gamari <ben@smart-cactus.org>2023-03-09 15:51:03 -0500
commit67c8063338dca17437ef8eca69a35880f6e45154 (patch)
treea5d8f8bf7737cede3f49ef5c41752111182ef18a
parent4dab7f8c94eb9709de6ce372e4c5ecd127c3f176 (diff)
downloadhaskell-67c8063338dca17437ef8eca69a35880f6e45154.tar.gz
Fix typo in docs referring to threadLabel
(cherry picked from commit c6e1f3cdcd59e6834820be3c8dc89b66b27b5f57)
-rw-r--r--docs/users_guide/9.6.1-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst
index 4d5e1f614a..2dadfc1785 100644
--- a/docs/users_guide/9.6.1-notes.rst
+++ b/docs/users_guide/9.6.1-notes.rst
@@ -209,7 +209,7 @@ Runtime system
- GHC now provides a set of operations for introspecting on the threads of a
program, ``GHC.Conc.listThreads``, as well as operations for querying a thread's
- label (:base-ref:`GHC.Conc.threadLabel`) and status
+ label (:base-ref:`GHC.Conc.Sync.threadLabel`) and status
(:base-ref:`GHC.Conc.threadStatus`).
- Change default ``Ord`` implementation of ``(>=)``, ``(>)``, and ``(<)`` to use