diff --git a/changelog/lazy-gc-init.dd b/changelog/lazy-gc-init.dd index cf33158843..b65476b812 100644 --- a/changelog/lazy-gc-init.dd +++ b/changelog/lazy-gc-init.dd @@ -1,3 +1,3 @@ -the garbage collector is now lazily initialized on first use +The garbage collector is now lazily initialized on first use The runtime now lazily initializes the GC on first use, thus allowing applications that do not use the GC to skip its initialization.