diff --git a/doc/async_worker.md b/doc/async_worker.md index 048be9e..d7753ac 100644 --- a/doc/async_worker.md +++ b/doc/async_worker.md @@ -409,7 +409,7 @@ The following code shows an example of how to create and use an `Napi::AsyncWork // Include EchoWorker class // .. -use namespace Napi; +using namespace Napi; Value Echo(const CallbackInfo& info) { // You need to validate the arguments here.