Skip to content

Commit

Permalink
doc: clarify async/asynchronous in deprecations.md
Browse files Browse the repository at this point in the history
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: nodejs#15172
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and addaleax committed Sep 13, 2017
1 parent c39e22d commit 5ef0d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Type: Runtime
explicitly via error event handlers set on the domain instead.

<a id="DEP0013"></a>
### DEP0013: fs async function without callback
### DEP0013: fs asynchronous function without callback

Type: Runtime

Expand Down

0 comments on commit 5ef0d19

Please sign in to comment.