From fefd2b29faf8ab78b69ae72f94d84b4f62b30b7e 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 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. --- 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 5a0e1a898c70c1..5a7a45a88dd26a 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