From 5005d1adca350bb499dbe9dfd892e4ba768c7343 Mon Sep 17 00:00:00 2001 From: Azard <330815461@qq.com> Date: Sat, 15 Dec 2018 16:38:32 +0800 Subject: [PATCH] doc: add EventTarget link to worker_threads --- doc/api/worker_threads.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index ca3aed6140ca16..d6c396d3ac69dd 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -125,7 +125,7 @@ structured data, memory regions and other `MessagePort`s between different [`Worker`][]s. With the exception of `MessagePort`s being [`EventEmitter`][]s rather -than `EventTarget`s, this implementation matches [browser `MessagePort`][]s. +than [`EventTarget`][]s, this implementation matches [browser `MessagePort`][]s. ### Event: 'close'