File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ for `CallbackType callback`.
9292
9393When targetting version 4, `callback` may be:
9494- of type `const Function&`
95- - not provided as an parameter, in which case the API creates a new no-op
95+ - not provided as a parameter, in which case the API creates a new no-op
9696`Function`
9797
9898When targetting version 5+, `callback` may be:
9999- of type `const Function&`
100100- of type `std::nullptr_t`
101- - not provided as an parameter, in which case the API passes `std::nullptr`
101+ - not provided as a parameter, in which case the API passes `std::nullptr`
102102
103103### Acquire
104104
Original file line number Diff line number Diff line change 1313#include < cstring>
1414#include < mutex>
1515#include < type_traits>
16- #include < csignal>
1716
1817namespace Napi {
1918
You can’t perform that action at this time.
0 commit comments