Skip to content

Commit

Permalink
remove example of possible use from NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Jan 2, 2021
1 parent 955c9ba commit 58cc822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Standard library changes
* `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]).
* `escape_string` can now receive a collection of characters in the keyword
`keep` that are to be kept as they are. ([#38597]).
* `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]).
* `RegexMatch` now iterate to give their captures. ([#34355]).

#### Package Manager

Expand Down

0 comments on commit 58cc822

Please sign in to comment.