aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/csv
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 18:29:52 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 18:29:52 +0200
commit236111864ec8147acf73ce4db1ef3310205cac7a (patch)
treeefaf5b37d7814c59f2d31c19cfb15485f864adc7 /core/encoding/csv
parent998fbdc5c028f57619e58bda69819d131692b800 (diff)
Link doc lines to source specifications.
Diffstat (limited to 'core/encoding/csv')
-rw-r--r--core/encoding/csv/doc.odin3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/encoding/csv/doc.odin b/core/encoding/csv/doc.odin
index 2b9fdd849..50b8e3d1a 100644
--- a/core/encoding/csv/doc.odin
+++ b/core/encoding/csv/doc.odin
@@ -1,6 +1,5 @@
/*
-Reader and writer for comma-separated values (`CSV`) files, per `RFC 4180`.
-This package supports the format described in [[ RFC 4180; https://tools.ietf.org/html/rfc4180.html ]]
+Reader and writer for comma-separated values (`CSV`) files, per [[ RFC 4180 ; https://tools.ietf.org/html/rfc4180.html ]].
Example:
package main