Skip to content

Commit fd9e0c9

Browse files
committed
doc: fix alignment of parameters
fix alignment of parameters in napi_fatal_error Signed-off-by: Michael Dawson <[email protected]>
1 parent d345ac9 commit fd9e0c9

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)