Browse Source

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>
v6
Michael Dawson 8 years ago
committed by Anna Henningsen
parent
commit
f3ef9719b5
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 2
      doc/api/n-api.md

2
doc/api/n-api.md

@ -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. This API returns the UTF8-encoded string corresponding the value passed in.
#### *napi_get_value_string_utf16_length* #### *napi_get_value_string_utf16*
<!-- YAML <!-- YAML
added: v8.0.0 added: v8.0.0
--> -->

Loading…
Cancel
Save