Skip to content

Commit 7d8e243

Browse files
Fix docs for CSV::Builder#row(&) (#14736)
1 parent 4f31615 commit 7d8e243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csv/builder.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CSV::Builder
5151
@first_cell_in_row = true
5252
end
5353

54-
# Yields a `CSV::Row` to append a row. A newline is appended
54+
# Yields a `CSV::Builder::Row` to append a row. A newline is appended
5555
# to `IO` after the block exits.
5656
def row(&)
5757
yield Row.new(self, @separator, @quote_char, @quoting)

0 commit comments

Comments
 (0)