From 4f7d27a2103350e6897d33e5714c672652d74ab6 Mon Sep 17 00:00:00 2001 From: Luciano Sousa Date: Mon, 2 Nov 2020 19:26:31 -0500 Subject: [PATCH] Fix typo in the auto compact announcement [ci-skip] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm sorry, but I think there is a typo here. This fix will help folks who are trying to translate this announcement to other languages. I hope this is not a joke and I didn't get it 🙏 --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ecf9c77aaa..f9ae7297cb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -267,7 +267,7 @@ Outstanding ones only. * `GC.auto_compact=`, `GC.auto_compact` can be used to control when compaction runs. Setting `auto_compact=` to true will cause - compaction to occurr duing major collections. At the moment, + compaction to occurr during major collections. At the moment, compaction adds significant overhead to major collections, so please test first! [[Feature #17176]]