[project @ 2002-01-30 16:54:18 by simonmar]
authorsimonmar <unknown>
Wed, 30 Jan 2002 16:54:18 +0000 (16:54 +0000)
committersimonmar <unknown>
Wed, 30 Jan 2002 16:54:18 +0000 (16:54 +0000)
Fix markup bug.

ghc/docs/comm/the-beast/basicTypes.html

index 5c102cf..70772ae 100644 (file)
@@ -84,7 +84,7 @@
     <p>
       The Module <code>NameSet</code> provides the same functionality as
       <code>VarSet</code> only for <a
-      href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/basicTypes/Name.lhs"><code>Name<code></a>s.
+      href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/basicTypes/Name.lhs"><code>Name</code></a>s.
       As for the difference between <code>Name</code>s and <code>Var</code>s,
       a <code>Var</code> is built from a <code>Name</code> plus additional
       information (mostly importantly type information).