diff --git a/doc/api.markdown b/doc/api.markdown index c84eb6484..1d7af3f2e 100644 --- a/doc/api.markdown +++ b/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 target) { HandleScope scope;