From f9fcb0eaa7109767eba387fc81ebc75a047c6d25 Mon Sep 17 00:00:00 2001 From: Leko Date: Tue, 27 Feb 2018 01:06:50 +0900 Subject: [PATCH] doc: remove redundant `the` --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 0259bd4625cee1..8b38a7863ccd94 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -882,7 +882,7 @@ Type: Runtime Users of `MakeCallback` that add the `domain` property to carry context, should start using the `async_context` variant of `MakeCallback` or -`CallbackScope`, or the the high-level `AsyncResource` class. +`CallbackScope`, or the high-level `AsyncResource` class. ### DEP0098: AsyncHooks Embedder AsyncResource.emit{Before,After} APIs