summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Vinokurov <serg.foo@gmail.com>2014-08-16 22:13:41 +0300
committerSimon Peyton Jones <simonpj@microsoft.com>2014-08-18 07:23:43 +0100
commit2aabda1a836a5250c3176e8559a10479214a55f6 (patch)
treee314c81b537ff05a26b3784575a88ddaa2a7429c /docs
parent2d42564ac9ffe768f21078e40886fd066f87d1c3 (diff)
downloadhaskell-2aabda1a836a5250c3176e8559a10479214a55f6.tar.gz
Fix quasi-quoter documentation (#9448)
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index bfdeea4e58..f5153137d5 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -9003,8 +9003,8 @@ A quasi-quote has the form
<literal>[<replaceable>quoter</replaceable>| <replaceable>string</replaceable> |]</literal>.
<itemizedlist>
<listitem><para>
-The <replaceable>quoter</replaceable> must be the (unqualified) name of an imported
-quoter; it cannot be an arbitrary expression.
+The <replaceable>quoter</replaceable> must be the name of an imported quoter,
+either qualified or unqualified; it cannot be an arbitrary expression.
</para></listitem>
<listitem><para>
The <replaceable>quoter</replaceable> cannot be "<literal>e</literal>",