summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLuciano Sousa <ls@lucianosousa.net>2020-11-02 19:26:31 -0500
committerAaron Patterson <aaron.patterson@gmail.com>2020-11-02 16:48:21 -0800
commit4f7d27a2103350e6897d33e5714c672652d74ab6 (patch)
tree88e25c5ab17ba4225f1836f12583f18c257768d2 /NEWS.md
parent46f3b68fbf9f0ae3eb678de0fea1fef79ced4d9e (diff)
Fix typo in the auto compact announcement [ci-skip]
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 🙏
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3730
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
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]]