From cf2e39bdd708ecc15c19540dda12bd0c0df91052 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 29 Sep 2016 03:05:17 -0400 Subject: [PATCH] Cleanup --- docs/Garbage-Collector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Garbage-Collector.md b/docs/Garbage-Collector.md index ce0612e0..81ff0273 100644 --- a/docs/Garbage-Collector.md +++ b/docs/Garbage-Collector.md @@ -26,7 +26,7 @@ The goal of this paper is to provide a high-level overview of Cyclone's garbage collector. The explanation is fairly technical; there are some introductory articles on garbage collection in the [further reading section](#further-reading) that may provide more familiarity with the concepts and that are worthwhile to read in their own right. -Anyway, with that out of the way, the collector has the following requirements: +The collector has the following requirements: - Efficiently free allocated memory. - Allow the language implementation to support tail calls and continuations.