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/tcp_echo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/tcp_echo.md') diff --git a/docs/examples/tcp_echo.md b/docs/examples/tcp_echo.md index ba70aa795..7e3267c51 100644 --- a/docs/examples/tcp_echo.md +++ b/docs/examples/tcp_echo.md @@ -3,9 +3,9 @@ ## Concepts - Listening for TCP port connections with - [Deno.listen](https://doc.deno.land/builtin/stable#Deno.listen) + [Deno.listen](https://doc.deno.land/builtin/stable#Deno.listen). - Use [Deno.copy](https://doc.deno.land/builtin/stable#Deno.copy) to take - inbound data and redirect it to be outbound data + inbound data and redirect it to be outbound data. ## Example -- cgit v1.2.3