From b60cde4c0a3e2a14e543ac0436c2147b43bdfb24 Mon Sep 17 00:00:00 2001 From: Thomas Steiner Date: Thu, 14 May 2020 13:00:44 +0200 Subject: Avoid unfortunate ASCII arrow splitting (#5325) --- docs/getting_started/first_steps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting_started') diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md index 34250e173..9c51cf8d9 100644 --- a/docs/getting_started/first_steps.md +++ b/docs/getting_started/first_steps.md @@ -96,8 +96,8 @@ for (let i = 0; i < Deno.args.length; i++) { } ``` -The `copy()` function here actually makes no more than the necessary kernel -> -userspace -> kernel copies. That is, the same memory from which data is read +The `copy()` function here actually makes no more than the necessary +kernel→userspace→kernel copies. That is, the same memory from which data is read from the file, is written to stdout. This illustrates a general design goal for I/O streams in Deno. -- cgit v1.2.3