diff --git a/NEWS.md b/NEWS.md index d5cd8a392792e..79a6729a82a4d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -117,7 +117,7 @@ Standard library changes * The `Pkg.Artifacts` module has been imported as a separate standard library. It is still available as `Pkg.Artifacts`, however starting from Julia v1.6+, packages may import simply `Artifacts` without importing all of `Pkg` alongside. ([#37320]) -* `RegexMatch` now iterate to give their captures. This means you can write `foo(::Noting)` and `foo((cap1, cap2)::RegexMatch)` to dispatch on if `match` found anything or not ([#34355]). +* `RegexMatch` now iterate to give their captures. This means you can write `foo(::Nothing)` and `foo((cap1, cap2)::RegexMatch)` to dispatch on if `match` found anything or not ([#34355]). #### LinearAlgebra