From 1ad77df8148da2fe29d0d904b37a15e2d1a479c6 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 --- 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 de841331aba0ad..d3efd09ab15ec0 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*