Skip to content

Commit a25c754

Browse files
Trottjasnell
authored andcommitted
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. PR-URL: #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>
1 parent fd9d288 commit a25c754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Type: Runtime
152152
explicitly via error event handlers set on the domain instead.
153153

154154
<a id="DEP0013"></a>
155-
### DEP0013: fs async function without callback
155+
### DEP0013: fs asynchronous function without callback
156156

157157
Type: Runtime
158158

0 commit comments

Comments
 (0)