summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts/template_haskell.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/exts/template_haskell.rst')
-rw-r--r--docs/users_guide/exts/template_haskell.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/template_haskell.rst b/docs/users_guide/exts/template_haskell.rst
index b7e0e4dff2..7998ceda86 100644
--- a/docs/users_guide/exts/template_haskell.rst
+++ b/docs/users_guide/exts/template_haskell.rst
@@ -48,7 +48,7 @@ Syntax
Template Haskell has the following new syntactic constructions. You need to use
the extension :extension:`TemplateHaskell` to switch these syntactic extensions on.
Alternatively, the :extension:`TemplateHaskellQuotes` extension can be used to
-enable the quotation subset of Template Haskell (i.e. without splice syntax).
+enable the quotation subset of Template Haskell (i.e. without top-level splices).
The :extension:`TemplateHaskellQuotes` extension is considered safe under
:ref:`safe-haskell` while :extension:`TemplateHaskell` is not.