Skip to content

Commit

Permalink
doc: fix title/function name mismatch
Browse files Browse the repository at this point in the history
Fix mismatch in title for napi_get_value_string_utf16

Fixes: nodejs/abi-stable-node#243
PR-URL: #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>
  • Loading branch information
mhdawson authored and jasnell committed May 28, 2017
1 parent 6b25c75 commit 336d33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->
Expand Down

0 comments on commit 336d33b

Please sign in to comment.