diff options
Diffstat (limited to 'src/encoding/csv/writer.go')
| -rw-r--r-- | src/encoding/csv/writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/csv/writer.go b/src/encoding/csv/writer.go index e8739fb554..84b7aa1ed1 100644 --- a/src/encoding/csv/writer.go +++ b/src/encoding/csv/writer.go @@ -15,7 +15,7 @@ import ( // A Writer writes records to a CSV encoded file. // // As returned by NewWriter, a Writer writes records terminated by a -// newline and uses ',' as the field delimiter. The exported fields can be +// newline and uses ',' as the field delimiter. The exported fields can be // changed to customize the details before the first call to Write or WriteAll. // // Comma is the field delimiter. |
