From 612691eb72315aab848cfb8d12e6d3d6a09c3e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Thu, 11 May 2023 12:21:43 +0000 Subject: [PATCH] Update NEWS.md for grammar [skip ci] --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3514ad955c948..760b144230cc4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,7 +11,7 @@ Language changes ---------------- * When a task forks a child, the parent task's task-local RNG (random number generator) is no longer affected. The seeding of child based on the parent task also takes a more disciplined approach to collision resistance, using a design based on the SplitMix and DotMix splittable RNG schemes ([#49110]). -* A new morespecific rule for methods resolves ambiguities containing Union{} in favor of +* A new more-specific rule for methods resolves ambiguities containing Union{} in favor of the method defined explicitly to handle the Union{} argument. This makes it possible to define methods to explicitly handle Union{} without the ambiguities that commonly would result previously. This also lets the runtime optimize certain method lookups in a way