[commit: ghc] master: users-guide: Fix :default: placement (99089fc)

git at git.haskell.org git at git.haskell.org
Fri Nov 24 17:03:00 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/99089fc9240c39726d5b2a50942fb693c48c2bcd/ghc

>---------------------------------------------------------------

commit 99089fc9240c39726d5b2a50942fb693c48c2bcd
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Nov 23 13:14:33 2017 -0500

    users-guide: Fix :default: placement


>---------------------------------------------------------------

99089fc9240c39726d5b2a50942fb693c48c2bcd
 docs/users_guide/ghci.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 5be8a0f..7cda946 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



More information about the ghc-commits mailing list