Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix title/function name mismatch
Fix mismatch in title for napi_get_value_string_utf16

Fixes: nodejs/abi-stable-node#243
  • Loading branch information
mhdawson committed May 19, 2017
commit 1ad77df8148da2fe29d0d904b37a15e2d1a479c6
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