mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Fix addon example in docs
This commit is contained in:
@@ -2963,7 +2963,7 @@ To get started we create a file `hello.cc`:
|
||||
|
||||
using namespace v8;
|
||||
|
||||
extern 'C' void
|
||||
extern "C" void
|
||||
init (Handle<Object> target)
|
||||
{
|
||||
HandleScope scope;
|
||||
|
||||
Reference in New Issue
Block a user