From 7a8ac80c63f4525ed9be5c38c4439b74c5b1348b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 10 Jun 2022 23:36:41 +0200 Subject: [PATCH] doc: fix typo in async_operations.md --- doc/async_operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/async_operations.md b/doc/async_operations.md index 064a9c50f..30efefe45 100644 --- a/doc/async_operations.md +++ b/doc/async_operations.md @@ -19,7 +19,7 @@ asynchronous operations: - **[`Napi::AsyncWorker`](async_worker.md)** -These class helps manage asynchronous operations through an abstraction +This class helps manage asynchronous operations through an abstraction of the concept of moving data between the **event loop** and **worker threads**. Also, the above class may not be appropriate for every scenario. When using any