Skip to content

Commit

Permalink
fix lint-md issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoroz committed Apr 26, 2022
1 parent efd23fd commit c327726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ There are two types of reference:
function.
* `node_api_reftype_strong` - a strong reference to any type of `napi_value`.
When the ref count goes down to 0, the reference is deleted.
The `napi_delete_reference` function must not be used with the strong references.
The `napi_delete_reference` function must not be used with the strong
references.

```c
typedef enum {
Expand Down

0 comments on commit c327726

Please sign in to comment.