Skip to content

Commit eb05db9

Browse files
TrottBridgeAR
authored andcommitted
doc: edit reason-for-deprecation text
It's not clear (to me, at least) how describing an API as "considered to be unsafe" differs from describing it as simply "unsafe". Use the shorter, latter wording. PR-URL: #28098 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Anto Aravinth <[email protected]>
1 parent 5ad0d04 commit eb05db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Node.js may deprecate APIs for any of the following reasons:
77

8-
* Use of the API is considered to be unsafe.
8+
* Use of the API is unsafe.
99
* An improved alternative API is available.
1010
* Breaking changes to the API are expected in a future major release.
1111

0 commit comments

Comments
 (0)