diff options
author | Ben Price <ben@brprice.uk> | 2019-01-22 00:15:05 +0000 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-01-23 14:07:28 -0500 |
commit | 5fcee8aa7666fb5a843c275b49c77f9ed678fb81 (patch) | |
tree | a85fa0a90b258593e3978273d151acc61aa743d3 /docs | |
parent | 54a50a6e0c1254579cf22a08bde0f28f9bd9d8ce (diff) | |
download | haskell-5fcee8aa7666fb5a843c275b49c77f9ed678fb81.tar.gz |
users guide: consistent spelling of inlinable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index b1e9bc6722..b46196e0a0 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 |