Skip to content

Commit

Permalink
correct documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Jul 16, 2021
1 parent 7fc8899 commit 7d3d9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kiba/extend/transforms/prepend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Prepend
# | a | b |
# --------------
# | d: c | d |
# | d: e;f | g |
# | g: e;f | g |
# | | h |
# | i | |
#
Expand All @@ -39,7 +39,7 @@ module Prepend
# | a |
# -------------
# | d: c |
# | d: e;d: f |
# | g: e;g: f |
# | |
# | i |
class FieldToFieldValue
Expand Down

0 comments on commit 7d3d9ba

Please sign in to comment.