Skip to content

Commit

Permalink
Update src/transforms/rename.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored Nov 23, 2021
1 parent b72f999 commit 8c330eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transforms/rename.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ------------------------------------------------------------------

"""
Rename(:col₁ => :newcol₁, :col₂ => :newcol₂, ..., :col₁ => :newcolₙ)
Rename(:col₁ => :newcol₁, :col₂ => :newcol₂, ..., :col₁ => :newcolₙ)
The transform that renames `col₁` to `newcol₁`, `col₂` to `newcol₂`, ...
"""
Expand Down

0 comments on commit 8c330eb

Please sign in to comment.