From e65a4ed8f105ddc4c325e0aa90cabfcd1b19fd21 Mon Sep 17 00:00:00 2001 From: Daniel Vianna <1708810+dmvianna@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:44:57 +1000 Subject: [PATCH] fix typo in CSV tutorial code --- content/reference/arvo/clay/marks/writing-marks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/arvo/clay/marks/writing-marks.md b/content/reference/arvo/clay/marks/writing-marks.md index 4b4a0a9..0d048b5 100644 --- a/content/reference/arvo/clay/marks/writing-marks.md +++ b/content/reference/arvo/clay/marks/writing-marks.md @@ -83,7 +83,7 @@ The decoding and encoding arms use parsing functions from the Hoon standard libr Let's try the library in the dojo. After we've added it to `/lib` and run `|commit`, we can build the file: ``` -> =csv -build-file %/lib/csv-utils/hoon +> =csv-utils -build-file %/lib/csv-utils/hoon ``` ...try decode a CSV-format `@t`: