Skip to content

Commit dad81e2

Browse files
committed
FIX: issue red#5639 correct /as-record doc string.
1 parent 4056ea5 commit dad81e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/codecs/CSV.red

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ context [
209209
delimiter [char! string!] "Delimiter to use (default is comma)"
210210
/header "Treat first line as header; implies /as-columns if /as-records is not used"
211211
/as-columns "Returns named columns; default names if /header is not used"
212-
/as-records "Returns records instead of rows; implies /header"
212+
/as-records "Returns records instead of rows; default names if /header is not used"
213213
/flat "Returns a flat block; you need to know the number of fields"
214214
/trim "Ignore spaces between quotes and delimiter"
215215
/quote

0 commit comments

Comments
 (0)