docs: Fix example with separator (#9)

This commit is contained in:
Franklin Rakotomalala 2024-09-04 21:09:58 +02:00 committed by GitHub
parent 6ae2f85d0b
commit 0c9a7f7450
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ csv do
file "priv/data/tags.csv"
create? true
header? true
separator '-'
separator ?;
columns [:id, :name]
end