Browse Source

Fix addon example in docs

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
0bceaaa3d4
  1. 2
      doc/api.markdown

2
doc/api.markdown

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

Loading…
Cancel
Save