Skip to content

Commit 549d24b

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 f3559a9 commit 549d24b

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)