Skip to content

Commit

Permalink
fix doctes failures
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach committed Nov 7, 2023
1 parent 875517c commit cd227ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1391,16 +1391,16 @@ julia> @orderby d @byrow :x^2
Row │ x n c
│ Int64 Int64 String
─────┼──────────────────────
1 │ 1 5 e
2 │ 1 6 f
3 │ 1 7 g
4 │ 1 9 i
5 │ 1 10 j
6 │ 2 4 d
7 │ 2 8 h
1 │ 1 5 d
2 │ 1 6 g
3 │ 1 7 f
4 │ 1 9 j
5 │ 1 10 h
6 │ 2 4 e
7 │ 2 8 i
8 │ 3 1 a
9 │ 3 2 b
10 │ 3 3 c
9 │ 3 2 c
10 │ 3 3 b
```
"""
macro orderby(d, args...)
Expand Down

0 comments on commit cd227ac

Please sign in to comment.