mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
docs(std/io): error in the documentation (#6709)
This commit is contained in:
parent
0784014a2f
commit
2dea2c9e75
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue