Skip to content

Commit

Permalink
function signature for the "^" operator for regex (#46885)
Browse files Browse the repository at this point in the history
  • Loading branch information
udohjeremiah authored Sep 29, 2022
1 parent ebaf4c8 commit 7364207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/regex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ end


"""
^(s::Regex, n::Integer)
^(s::Regex, n::Integer) -> Regex
Repeat a regex `n` times.
Expand Down

0 comments on commit 7364207

Please sign in to comment.