diff options
author | simonmar <unknown> | 2002-05-13 09:13:12 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-13 09:13:12 +0000 |
commit | 0665331933d38a8b1ac7c66136d3f97ac6d15eff (patch) | |
tree | 6403eb298171caf73e73bfd9eb645f58cbf789b2 /doc | |
parent | a8a79041680a53fc5a28d6aee6751533e1f98083 (diff) |
[haddock @ 2002-05-13 09:13:12 by simonmar]
fix typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/haddock.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/haddock.sgml b/doc/haddock.sgml index 2564a14b..afb60f91 100644 --- a/doc/haddock.sgml +++ b/doc/haddock.sgml @@ -853,9 +853,9 @@ module A where <section> <title>Markup</title> - <para>Haddock understands certain textual queues inside + <para>Haddock understands certain textual cues inside documentation annotations that tell it how to render the - documentation. The queues (or <quote>markup</quote>) have been + documentation. The cues (or <quote>markup</quote>) have been designed to be simple and mnemonic in ASCII so that the programmer doesn't have to deal with heavyweight annotations when editing documentation comments.</para> |