From 623206c2d6e7bb1cb35afeafd457cecedf0b7c3d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 8 Oct 2018 19:48:23 -0700 Subject: doc: remove personal pronoun from worker_threads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per the Style Guide, remove the use of the personal pronoun _you_ from the formal API documentation for `worker_threads`. PR-URL: https://github.com/nodejs/node/pull/23347 Reviewed-By: Colin Ihrig Reviewed-By: Vse Mozhet Byt Reviewed-By: Anna Henningsen Reviewed-By: Sakthipriyan Vairamani Reviewed-By: James M Snell Reviewed-By: Michael Dawson Reviewed-By: Сковорода Никита Андреевич --- doc/api/worker_threads.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/api/worker_threads.md') diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 37751c21bb..b73787174c 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -154,8 +154,8 @@ added: v10.5.0 --> Disables further sending of messages on either side of the connection. -This method can be called once you know that no further communication -will happen over this `MessagePort`. +This method can be called when no further communication will happen over this +`MessagePort`. ### port.postMessage(value[, transferList])