Skip to content

Commit

Permalink
Update docstrings.jl
Browse files Browse the repository at this point in the history
Fix example with `$` because of a failing test.
  • Loading branch information
Karandeep Singh authored Sep 21, 2023
1 parent 9e8e41f commit 2a130cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docstrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ julia> @chain df begin
5 │ 5 15
julia> @chain df begin
@select(matches(raw"1$"))
@select(matches("1\$"))
end
5×2 DataFrame
Row │ a_1 b_1
Expand Down Expand Up @@ -2440,4 +2440,4 @@ julia> @chain df begin
4 │ 24 4 14
5 │ 25 5 15
```
"""
"""

0 comments on commit 2a130cf

Please sign in to comment.