mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(encoding): remove await
(#2831)
This commit is contained in:
parent
241e7eb8f9
commit
fea04e5247
@ -184,7 +184,7 @@ import { parse } from "https://deno.land/std@$STD_VERSION/encoding/csv.ts";
|
||||
const string = "a,b,c\nd,e,f";
|
||||
|
||||
console.log(
|
||||
await parse(string, {
|
||||
parse(string, {
|
||||
skipFirstRow: false,
|
||||
}),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user