diff options
author | Chris Wendt <chrismwendt@gmail.com> | 2023-03-04 03:35:18 -0700 |
---|---|---|
committer | Chris Wendt <chrismwendt@gmail.com> | 2023-03-04 03:35:18 -0700 |
commit | c6e1f3cdcd59e6834820be3c8dc89b66b27b5f57 (patch) | |
tree | 3585a9906c9a9feea230fe388974861289107fba /docs | |
parent | bf43ba9215a726039ace7bac37c0a223a912d998 (diff) | |
download | haskell-c6e1f3cdcd59e6834820be3c8dc89b66b27b5f57.tar.gz |
Fix typo in docs referring to threadLabel
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/9.6.1-notes.rst | 2 |
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 38d52b49c9..4755d4e216 100644 --- a/docs/users_guide/9.6.1-notes.rst +++ b/docs/users_guide/9.6.1-notes.rst @@ -197,7 +197,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 |