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 <[email protected]> PR-URL: #37422 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8b60e66 commit 39ef3bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)