Skip to content

Commit b8f8061

Browse files
mhdawsonsbaayel
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 826f84b commit b8f8061

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
@@ -1275,9 +1275,9 @@ napiVersion: 1
12751275

12761276
```c
12771277
NAPI_NO_RETURN void napi_fatal_error(const char* location,
1278-
size_t location_len,
1279-
const char* message,
1280-
size_t message_len);
1278+
size_t location_len,
1279+
const char* message,
1280+
size_t message_len);
12811281
```
12821282

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

0 commit comments

Comments
 (0)