[commit: ghc] master: Fix typo in functional dependencies doc (0200ded)

git at git.haskell.org git at git.haskell.org
Thu Dec 1 02:42:05 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0200dedc32122a939fc9e7ed83b01e527d7b3808/ghc

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

commit 0200dedc32122a939fc9e7ed83b01e527d7b3808
Author: Chris Martin <ch.martin at gmail.com>
Date:   Wed Nov 30 21:41:49 2016 -0500

    Fix typo in functional dependencies doc
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2772


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

0200dedc32122a939fc9e7ed83b01e527d7b3808
 docs/users_guide/glasgow_exts.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 12c2def..912f9ae 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -4937,7 +4937,8 @@ Functional dependencies
 
     Allow use of functional dependencies in class declarations.
 
-Functional dependencies are implemented as described by [Jones2000]_.Mark Jones in
+Functional dependencies are implemented as described by Mark Jones in
+[Jones2000]_.
 
 Functional dependencies are introduced by a vertical bar in the syntax
 of a class declaration; e.g. ::



More information about the ghc-commits mailing list