Skip to content

Commit fe635d9

Browse files
authored
docs: fix typo (#3474)
1 parent 85815e4 commit fe635d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/comparisons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ df2 = DataFrame(grp=[1, 3], w=[10, 11])
1717
Some of the operations mutate the tables so every operation assumes that it is done on the original data frame.
1818

1919
Note that in the comparisons presented below predicates like `x -> x >= 1` can
20-
be more compactly written as `=>(1)`. The latter form has an additional benefit
20+
be more compactly written as `>=(1)`. The latter form has an additional benefit
2121
that it is compiled only once per Julia session (as opposed to `x -> x >= 1`
2222
which defines a new anonymous function every time it is introduced).
2323

0 commit comments

Comments
 (0)