diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index cad264c6c06705..9284ec99652073 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -339,7 +339,7 @@ changes: Type: End-of-Life Calling an asynchronous function without a callback throws a `TypeError` -in Node.js 10.0.0 onwards. (See .) +in Node.js 10.0.0 onwards. See . ### DEP0014: fs.read legacy String interface @@ -1754,8 +1754,8 @@ changes: Type: End-of-Life The AsyncHooks Sensitive API was never documented and had various minor issues. -(See .) Use the `AsyncResource` -API instead. +Use the `AsyncResource` API instead. See +. ### DEP0086: Remove runInAsyncIdScope @@ -1774,8 +1774,7 @@ changes: Type: End-of-Life `runInAsyncIdScope` doesn't emit the `'before'` or `'after'` event and can thus -cause a lot of issues. See for -more details. +cause a lot of issues. See . ### DEP0089: require('assert') @@ -1937,7 +1936,7 @@ to unrecoverable errors. Use [`asyncResource.runInAsyncScope()`][] API instead which provides a much safer, and more convenient, alternative. See - for more details. +. ### DEP0099: async context-unaware node::MakeCallback C++ APIs