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>

PR-URL: #37422
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
mhdawson authored and targos committed May 1, 2021
1 parent 8b60e66 commit 39ef3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/n-api.md
Expand Up @@ -1272,9 +1272,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 39ef3bd

Please sign in to comment.