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
  • Loading branch information
mhdawson committed May 19, 2017
1 parent 4a7b7e8 commit 1ad77df
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 1ad77df

Please sign in to comment.