Skip to content

Commit

Permalink
update to stdout page, (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank authored Aug 5, 2024
1 parent 6ac8509 commit 8eed245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tutorials/unix_cat.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ oldUrl:
line arguments.
- [Deno.open](https://docs.deno.com/api/deno/~/Deno.open) is used to get a
handle to a file.
- [Deno.stdout.writable](https://docs.deno.com/api/deno/~/Deno.stdout.writable)
is used to get a writable stream to the console standard output.
- [Deno.stdout.writable](https://docs.deno.com/api/deno/~/Deno.stdout) is used
to get a writable stream to the console standard output.
- [Deno.FsFile.readable](https://docs.deno.com/api/deno/~/Deno.FsFile#property_readable)
is used to get a readable stream from the file. (This readable stream closes
the file when it is finished reading, so it is not necessary to close the file
Expand Down

0 comments on commit 8eed245

Please sign in to comment.