trivial diff: Fixed grammar problem in reference manual
Peter Schachte
pets at cs.mu.OZ.AU
Mon Dec 7 12:30:14 AEDT 1998
Fixed grammar problem in reference manual
Estimated hours taken: .05
reference_manual.texi:
Fixed grammar problem
Index: reference_manual.texi
===================================================================
RCS file: /home/staff/zs/imp/mercury/doc/reference_manual.texi,v
retrieving revision 1.115
diff -u -r1.115 reference_manual.texi
--- reference_manual.texi 1998/12/06 23:48:13 1.115
+++ reference_manual.texi 1998/12/07 01:27:56
@@ -1361,7 +1361,7 @@
functional programming languages such as Clean. They allow you to
specify when there is only one reference to a particular value, and
when there will be no more references to that value. If the compiler
-knows there are will be more references to a value, it can perform
+knows there will be no more references to a value, it can perform
``compile-time garbage collection'' by automatically inserting code
to deallocate the storage associated with that value. Even more
importantly, the compiler can also simply reuse the storage immediately,
More information about the developers
mailing list