Skip to content

Commit eab6d82

Browse files
committed
Correct typo in Docs.
Fixes #482
1 parent 0af1ca4 commit eab6d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Example:
225225
```c++
226226
void SetterName(v8::Local<v8::String> property,
227227
v8::Local<v8::Value> value,
228-
const Nan::PropertyCallbackInfo<v8::Value>& info) {
228+
const Nan::PropertyCallbackInfo<void>& info) {
229229
...
230230
}
231231
```

0 commit comments

Comments
 (0)