Skip to content

Commit 39ef3bd

Browse files
mhdawsontargos
authored andcommitted
doc: fix alignment of parameters
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>
1 parent 8b60e66 commit 39ef3bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: doc/api/n-api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1272,9 +1272,9 @@ napiVersion: 1
12721272

12731273
```c
12741274
NAPI_NO_RETURN void napi_fatal_error(const char* location,
1275-
size_t location_len,
1276-
const char* message,
1277-
size_t message_len);
1275+
size_t location_len,
1276+
const char* message,
1277+
size_t message_len);
12781278
```
12791279

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

0 commit comments

Comments
 (0)