0
0
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:
Michael Dawson 2017-05-19 17:34:11 -04:00 committed by Anna Henningsen
parent e018c33111
commit f3ef9719b5
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -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
-->