@@ -192,7 +192,7 @@ The [`fs.readSync()`][] legacy `String` interface is deprecated. Use the
192192
193193Type: Runtime
194194
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
196196and should no longer be used.
197197
198198<a id =" DEP0017 " ></a >
@@ -582,7 +582,7 @@ removed. Please use `sloppy` instead.
582582Type: Documentation-only
583583
584584The ` http ` module ` outgoingMessage._headers ` and ` outgoingMessage._headerNames `
585- properties have been deprecated. Please instead use one of the public methods
585+ properties are deprecated. Use one of the public methods
586586(e.g. ` outgoingMessage.getHeader() ` , ` outgoingMessage.getHeaders() ` ,
587587` outgoingMessage.getHeaderNames() ` , ` outgoingMessage.hasHeader() ` ,
588588` outgoingMessage.removeHeader() ` , ` outgoingMessage.setHeader() ` ) for working
@@ -731,15 +731,15 @@ may be specified.
731731Type: Documentation-only
732732
733733The internal ` path._makeLong()` was not intended for public use. However,
734- userland modules have found it useful. The internal API has been deprecated
734+ userland modules have found it useful. The internal API is deprecated
735735and replaced with an identical, public ` path.toNamespacedPath()` method.
736736
737737< a id=" DEP0081" ></a>
738738# ## DEP0081: fs.truncate() using a file descriptor
739739
740740Type: Runtime
741741
742- ` fs.truncate()` ` fs.truncateSync()` usage with a file descriptor has been
742+ ` fs.truncate()` ` fs.truncateSync()` usage with a file descriptor is
743743deprecated. Please use ` fs.ftruncate()` or ` fs.ftruncateSync()` to work with
744744file descriptors.
745745
0 commit comments