diff options
author | Takenobu Tani <takenobu.hs@gmail.com> | 2019-10-28 21:02:18 +0900 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-29 03:45:02 -0400 |
commit | fb4f245cf5f38cf22fc8a3f81505b79acdba4ea5 (patch) | |
tree | 1fad490bf40f7b8b030b8e283187b83746f7b07a /docs | |
parent | ad1fe274411129f82e7bbfd51bde49775288ae4b (diff) | |
download | haskell-fb4f245cf5f38cf22fc8a3f81505b79acdba4ea5.tar.gz |
users-guide: Fix :since: for -xn flag
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/runtime_control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst index add0b6c537..049ba13839 100644 --- a/docs/users_guide/runtime_control.rst +++ b/docs/users_guide/runtime_control.rst @@ -316,7 +316,7 @@ performance. .. rts-flag:: -xn :default: off - :since: 8.8.1 + :since: 8.10.1 .. index:: single: concurrent mark and sweep |