Skip to content

Commit

Permalink
doc: fix alignment of parameters
Browse files Browse the repository at this point in the history
fix alignment of parameters in napi_fatal_error

Signed-off-by: Michael Dawson <mdawson@devrus.com>
  • Loading branch information
mhdawson committed Feb 18, 2021
1 parent d345ac9 commit fd9e0c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/n-api.md
Expand Up @@ -1275,9 +1275,9 @@ napiVersion: 1
```c
NAPI_NO_RETURN void napi_fatal_error(const char* location,
size_t location_len,
const char* message,
size_t message_len);
size_t location_len,
const char* message,
size_t message_len);
```

* `[in] location`: Optional location at which the error occurred.
Expand Down

0 comments on commit fd9e0c9

Please sign in to comment.