summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPepe Iborra <mnislaih@gmail.com>2007-04-26 09:23:42 +0000
committerPepe Iborra <mnislaih@gmail.com>2007-04-26 09:23:42 +0000
commita4a6817fc78562170d00852595cf6af3fa38d209 (patch)
treeba62b68a91e9ba7e9a389a636e76005046bc4a25 /docs
parent708aa86d707f71db9430d41b4e8188c030012597 (diff)
downloadhaskell-a4a6817fc78562170d00852595cf6af3fa38d209.tar.gz
Unbreak the users_guide
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/ghci.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index aaa9c46093..61aa5132f9 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -1261,7 +1261,7 @@ li - [Just 1,(_t6::Maybe Integer),Just 3,(_t7::Maybe Integer),Just 4]
The example uses <literal>:print</literal> and <literal>:sprint</literal>
to help us observe how the <literal>li</literal> variable is evaluated progressively as we operate
with it. Note for instance how <quote>last</quote> traverses all the elements of
- the list to compute its result, but without evaluating the individual elements.</para>
+ the list to compute its result, but without evaluating the individual elements.
</para>
</listitem>
</varlistentry>
@@ -1395,7 +1395,7 @@ li - [Just 1,_,_,_,Just 5]
</screen>
The example uses <literal>:sprint</literal> to help us observe how the <literal>li</literal> variable is evaluated progressively as we operate
with it. Note for instance how <quote>last</quote> traverses all the elements of
- the list to compute its result, but without evaluating the individual elements.</para>
+ the list to compute its result, but without evaluating the individual elements.
</para>
</listitem>
</varlistentry>