Skip to content

Commit

Permalink
update the docs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots authored and kkoopa committed Feb 20, 2018
1 parent b6d756d commit fbfc8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/maybe_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Signature:
```c++
Nan::MaybeLocal<v8::Value> Nan::Call(v8::Local<v8::Function> fun, v8::Local<v8::Object> recv, int argc, v8::Local<v8::Value> argv[]);
Nan::MaybeLocal<v8::Value> Nan::Call(Nan::Callback* callback, v8::Local<v8::Object> recv,
Nan::MaybeLocal<v8::Value> Nan::Call(const Nan::Callback& callback, v8::Local<v8::Object> recv,
int argc, v8::Local<v8::Value> argv[]);
```

Expand Down

0 comments on commit fbfc8d4

Please sign in to comment.