Skip to content

Commit f3ef971

Browse files
mhdawsonaddaleax
authored andcommitted
doc: fix title/function name mismatch
Fix mismatch in title for napi_get_value_string_utf16 Fixes: nodejs/abi-stable-node#243 PR-URL: #13123 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent e018c33 commit f3ef971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ x is passed in it returns `napi_string_expected`.
15901590
15911591
This API returns the UTF8-encoded string corresponding the value passed in.
15921592
1593-
#### *napi_get_value_string_utf16_length*
1593+
#### *napi_get_value_string_utf16*
15941594
<!-- YAML
15951595
added: v8.0.0
15961596
-->

0 commit comments

Comments
 (0)