fix typo in CSV tutorial code

This commit is contained in:
Daniel Vianna 2023-08-31 14:44:57 +10:00
parent 836b1ee32f
commit e65a4ed8f1

View File

@ -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`: