From 44477596eda3ca50ea6597d4af1fd809a01e2bdc Mon Sep 17 00:00:00 2001 From: Robin Wieruch Date: Tue, 26 May 2020 16:08:23 +0200 Subject: improve docs (#5872) --- 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 360c5facc..5dfc71b83 100644 --- a/docs/examples/tcp_echo.md +++ b/docs/examples/tcp_echo.md @@ -1,7 +1,7 @@ ## TCP echo server -This is an example of a simple server which accepts connections on port 8080, -and returns to the client anything it sends. +This is an example of a server which accepts connections on port 8080, and +returns to the client anything it sends. ```ts const listener = Deno.listen({ port: 8080 }); -- cgit v1.2.3