mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
doc: fix title/function name mismatch
Fix mismatch in title for napi_get_value_string_utf16 Fixes: https://github.com/nodejs/abi-stable-node/issues/243 PR-URL: https://github.com/nodejs/node/pull/13123 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
e018c33111
commit
f3ef9719b5
@ -1590,7 +1590,7 @@ x is passed in it returns `napi_string_expected`.
|
||||
|
||||
This API returns the UTF8-encoded string corresponding the value passed in.
|
||||
|
||||
#### *napi_get_value_string_utf16_length*
|
||||
#### *napi_get_value_string_utf16*
|
||||
<!-- YAML
|
||||
added: v8.0.0
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user