From a25c754e42cb1ec9c1cecaa3f3c7370fa3d97ffe Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 3 Sep 2017 10:47:21 -0700 Subject: [PATCH] doc: clarify async/asynchronous in deprecations.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change _async_ to _asynchronous_ in `deprecations.md` to avoid confusion with the `async` keyword. This has the additional minor benefit of being more formal and less conversational prose. PR-URL: https://github.com/nodejs/node/pull/15172 Reviewed-By: Timothy Gu Reviewed-By: Michaƫl Zasso Reviewed-By: Vse Mozhet Byt Reviewed-By: Yuta Hiroto Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 5a0e1a898c7..5a7a45a88dd 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -152,7 +152,7 @@ Type: Runtime explicitly via error event handlers set on the domain instead. -### DEP0013: fs async function without callback +### DEP0013: fs asynchronous function without callback Type: Runtime