Skip to content

Commit 3405b2b

Browse files
committed
src,doc: final cleanup
1 parent e223955 commit 3405b2b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/threadsafe_function_ex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ for `CallbackType callback`.
9292
9393
When 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
9898
When 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

napi-inl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <cstring>
1414
#include <mutex>
1515
#include <type_traits>
16-
#include <csignal>
1716

1817
namespace Napi {
1918

0 commit comments

Comments
 (0)