diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-23 13:14:33 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-23 16:05:39 -0500 |
commit | 99089fc9240c39726d5b2a50942fb693c48c2bcd (patch) | |
tree | 61aad36dd869c608d5b98ba748f17a1d6c886541 /docs/users_guide/ghci.rst | |
parent | 599243e73384e1b74a07f175b2d7324778a0f79c (diff) | |
download | haskell-99089fc9240c39726d5b2a50942fb693c48c2bcd.tar.gz |
users-guide: Fix :default: placement
Diffstat (limited to 'docs/users_guide/ghci.rst')
-rw-r--r-- | docs/users_guide/ghci.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst index 5be8a0fb16..7cda9460ff 100644 --- a/docs/users_guide/ghci.rst +++ b/docs/users_guide/ghci.rst @@ -142,8 +142,8 @@ them all in dependency order. :shortdesc: Show the names of modules that GHCi loaded after a :ghci-cmd:`:load` command. :type: dynamic - :default: off + :default: off :since: 8.2.2 Typically GHCi will show only the number of modules that it loaded after a |