Skip to content

Commit 7bd3977

Browse files
Update NEWS.md for grammar (#49759)
[skip ci]
1 parent 46b8a35 commit 7bd3977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Language changes
1111
----------------
1212

1313
* 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]).
14-
* A new morespecific rule for methods resolves ambiguities containing Union{} in favor of
14+
* A new more-specific rule for methods resolves ambiguities containing Union{} in favor of
1515
the method defined explicitly to handle the Union{} argument. This makes it possible to
1616
define methods to explicitly handle Union{} without the ambiguities that commonly would
1717
result previously. This also lets the runtime optimize certain method lookups in a way

0 commit comments

Comments
 (0)