summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Eichmann <EichmannD@gmail.com>2020-12-16 11:46:04 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-12-17 13:55:21 -0500
commit80df2edd1b28dc211a894ab7c4faf1c8a0c92fcb (patch)
tree32dea0453d4ec68fe81637ff0f3e123f6e6c0eb0
parentb58cb63afd3353beb3a6e11ba7fa557fdedb8941 (diff)
downloadhaskell-80df2edd1b28dc211a894ab7c4faf1c8a0c92fcb.tar.gz
User guide minor typo
[ci skip]
-rw-r--r--docs/users_guide/runtime_control.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index 701ad9422b..5d3b24adac 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -229,7 +229,7 @@ To use an :c:type:`EventLogWriter` the RTS API provides the following functions:
.. c:function:: bool startEventLogging(const EventLogWriter *writer)
Start logging events to the given :c:type:`EventLogWriter`. Returns true on
- success or false is another writer has already been configured.
+ success or false if another writer has already been configured.
.. c:function:: void endEventLogging()