Fix typo in GC overview file
authorIvan Maidanski <ivmai@mail.ru>
Sat, 22 Feb 2014 17:26:13 +0000 (21:26 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 22 Feb 2014 17:26:43 +0000 (21:26 +0400)
* doc/overview.html: Fix a typo ("See").

doc/overview.html

index 6ea9f2e..d7e90db 100644 (file)
@@ -139,7 +139,7 @@ It allows <a href="finalization.html"><i>finalization</i></a> code
 to be invoked when an object is collected.
 It can take advantage of type information to locate pointers if such
 information is provided, but it is usually used without such information.
-ee the README and
+See the README and
 <tt>gc.h</tt> files in the distribution for more details.
 <p>
 For an overview of the implementation, see <a href="gcdescr.html">here</a>.