summaryrefslogtreecommitdiff
path: root/std/encoding/csv_stringify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/csv_stringify.ts')
-rw-r--r--std/encoding/csv_stringify.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/csv_stringify.ts b/std/encoding/csv_stringify.ts
index c968820dd..913cd3116 100644
--- a/std/encoding/csv_stringify.ts
+++ b/std/encoding/csv_stringify.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// Implements the CSV spec at https://tools.ietf.org/html/rfc4180
-/** This module is browser compatible. */
+// This module is browser compatible.
const QUOTE = '"';
export const NEWLINE = "\r\n";