File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ recommended but not required.
408408
409409### Deprecations
410410
411- __ Deprecation __ refers to the identification of Public APIs that should no
411+ ** Deprecation ** refers to the identification of Public APIs that should no
412412longer be used.
413413
414414Node.js uses three Deprecation levels:
@@ -431,8 +431,8 @@ Node.js uses three Deprecation levels:
431431
432432* * End-of-life* refers to APIs that have gone through Runtime Deprecation and
433433 are no longer subject to the semantic versioning rules used by the project.
434- Backward-incompatible changes including complete removal of such APIs may occur
435- at any time.
434+ Backward-incompatible changes including complete removal of such APIs may
435+ occur at any time.
436436
437437Documentation-Only Deprecations may be handled as semver-minor or semver-major
438438changes. Such deprecations have no impact on the successful operation of running
You can’t perform that action at this time.
0 commit comments