We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b6571 commit f5fad23Copy full SHA for f5fad23
doc/object_reference.md
@@ -8,7 +8,7 @@ For more general information on references, please consult [`Napi::Reference`](r
8
```cpp
9
#include <napi.h>
10
11
-using namescape Napi;
+using namespace Napi;
12
13
void Init(Env env) {
14
0 commit comments