@@ -192,7 +192,7 @@ The [`fs.readSync()`][] legacy `String` interface is deprecated. Use the
|
192 | 192 | |
193 | 193 | Type: Runtime |
194 | 194 | |
195 | | -The `GLOBAL` and `root` aliases for the `global` property have been deprecated |
| 195 | +The `GLOBAL` and `root` aliases for the `global` property are deprecated |
196 | 196 | and should no longer be used. |
197 | 197 | |
198 | 198 | <a id="DEP0017"></a> |
@@ -581,7 +581,7 @@ removed. Please use `sloppy` instead.
|
581 | 581 | Type: Documentation-only |
582 | 582 | |
583 | 583 | The `http` module `outgoingMessage._headers` and `outgoingMessage._headerNames` |
584 | | -properties have been deprecated. Please instead use one of the public methods |
| 584 | +properties are deprecated. Use one of the public methods |
585 | 585 | (e.g. `outgoingMessage.getHeader()`, `outgoingMessage.getHeaders()`, |
586 | 586 | `outgoingMessage.getHeaderNames()`, `outgoingMessage.hasHeader()`, |
587 | 587 | `outgoingMessage.removeHeader()`, `outgoingMessage.setHeader()`) for working |
@@ -730,15 +730,15 @@ may be specified.
|
730 | 730 | Type: Documentation-only |
731 | 731 | |
732 | 732 | The internal `path._makeLong()` was not intended for public use. However, |
733 | | -userland modules have found it useful. The internal API has been deprecated |
| 733 | +userland modules have found it useful. The internal API is deprecated |
734 | 734 | and replaced with an identical, public `path.toNamespacedPath()` method. |
735 | 735 | |
736 | 736 | <a id="DEP0081"></a> |
737 | 737 | ### DEP0081: fs.truncate() using a file descriptor |
738 | 738 | |
739 | 739 | Type: Runtime |
740 | 740 | |
741 | | -`fs.truncate()` `fs.truncateSync()` usage with a file descriptor has been |
| 741 | +`fs.truncate()` `fs.truncateSync()` usage with a file descriptor is |
742 | 742 | deprecated. Please use `fs.ftruncate()` or `fs.ftruncateSync()` to work with |
743 | 743 | file descriptors. |
744 | 744 | |
|