[commit: ghc] wip/ghc-8.8-merges: users guide: consistent spelling of inlinable (0807c9b)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:09:13 UTC 2019


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

On branch  : wip/ghc-8.8-merges
Link       : http://ghc.haskell.org/trac/ghc/changeset/0807c9bb70a28f57a9740ab879a8769f9c07809d/ghc

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

commit 0807c9bb70a28f57a9740ab879a8769f9c07809d
Author: Ben Price <ben at brprice.uk>
Date:   Tue Jan 22 00:15:05 2019 +0000

    users guide: consistent spelling of inlinable


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

0807c9bb70a28f57a9740ab879a8769f9c07809d
 docs/users_guide/glasgow_exts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index b1e9bc6..b46196e 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -14638,7 +14638,7 @@ See also the ``NOINLINE`` (:ref:`noinline-pragma`) and ``INLINABLE``
 ``INLINABLE`` pragma
 ~~~~~~~~~~~~~~~~~~~~
 
-.. pragma:: INLINEABLE ⟨name⟩
+.. pragma:: INLINABLE ⟨name⟩
 
     :where: top-level
 



More information about the ghc-commits mailing list