docs(std/io): error in the documentation (#6709)

This commit is contained in:
Max Nest 2020-07-14 18:03:32 +05:00 committed by GitHub
parent 0784014a2f
commit 2dea2c9e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ import * as path from "https://deno.land/std/path/mod.ts";
Read reader`[like file]` chunk by chunk, splitting based on delimiter.
```ts title="readStringDelim"
import { readLines } from "https://deno.land/std/io/mod.ts";
import { readStringDelim } from "https://deno.land/std/io/mod.ts";
import * as path from "https://deno.land/std/path/mod.ts";
const filename = path.join(Deno.cwd(), "std/io/README.md");