Skip to content

Commit 0bff5bf

Browse files
authored
Add a missing backquote in NEWS.md (#37345)
1 parent beb0f9e commit 0bff5bf

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
@@ -83,7 +83,7 @@ Standard library changes
8383
* `intersect` on `CartesianIndices` now returns `CartesianIndices` instead of `Vector{<:CartesianIndex}` ([#36643]).
8484
* `push!(c::Channel, v)` now returns channel `c`. Previously, it returned the pushed value `v` ([#34202]).
8585
* `RegexMatch` objects can now be probed for whether a named capture group exists within it through `haskey()` ([#36717]).
86-
* For consistency `haskey(r::RegexMatch, i::Integer) has also been added and returns if the capture group for `i` exists ([#37300]).
86+
* For consistency `haskey(r::RegexMatch, i::Integer)` has also been added and returns if the capture group for `i` exists ([#37300]).
8787
* A new standard library `TOML` has been added for parsing and printing [TOML files](https://toml.io) ([#37034]).
8888

8989
#### LinearAlgebra

0 commit comments

Comments
 (0)