From d2fde8a363f1db9fd37b96b46260dcbf6c4d1b3e Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 27 Sep 2020 10:49:41 -0700 Subject: doc: end sentences with a period in examples (#7722) --- docs/examples/unix_cat.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/examples/unix_cat.md') diff --git a/docs/examples/unix_cat.md b/docs/examples/unix_cat.md index f93d9c94d..b8c6c0d21 100644 --- a/docs/examples/unix_cat.md +++ b/docs/examples/unix_cat.md @@ -2,15 +2,15 @@ ## Concepts -- Use the Deno runtime API to output the contents of a file to the console +- Use the Deno runtime API to output the contents of a file to the console. - [Deno.args](https://doc.deno.land/builtin/stable#Deno.args) accesses the - command line arguments + command line arguments. - [Deno.open](https://doc.deno.land/builtin/stable#Deno.open) is used to get a - handle to a file + handle to a file. - [Deno.copy](https://doc.deno.land/builtin/stable#Deno.copy) is used to - transfer data from the file to the output stream + transfer data from the file to the output stream. - Files should be closed when you are finished with them -- Modules can be run directly from remote URLs +- Modules can be run directly from remote URLs. ## Example -- cgit v1.2.3