From 336d33b6466b7802cbc2fc609eadd6831ef2c240 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 19 May 2017 17:34:11 -0400 Subject: [PATCH] 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 Reviewed-By: Refael Ackermann Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 507df04cf96fad..6136929e4a9567 100644 --- a/doc/api/n-api.md +++ b/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. -#### *napi_get_value_string_utf16_length* +#### *napi_get_value_string_utf16*