Fix addon example in docs

This commit is contained in:
Ryan Dahl
2010-07-07 15:13:36 +02:00
parent 3d948d85ce
commit 0bceaaa3d4

View File

@@ -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;