Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/async_worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down