Skip to content

Commit

Permalink
updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FourierTransformer committed Mar 30, 2019
1 parent 6f1b192 commit b083444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions encoder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ local function csvLineGenerator(inputTable, delimiter, headers)

local arguments = {}
arguments.t = inputTable
-- we shouldn't redefine delimitField for every line in
-- the csv, so we'll just pass it in here and reference it
-- we want to use the same delimitField throughout,
-- so we're just going to pass it in
arguments.delimitField = delimitField

return M.load(outputFunc), arguments, 0
Expand Down

0 comments on commit b083444

Please sign in to comment.