From 5593513d93746e9b4adb8486256d9fb30fda118f Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Fri, 31 Dec 2021 18:43:25 +0530 Subject: [PATCH] fixup! fixup! fixup! src: add napi_create_symbol_for() Signed-off-by: Darshan Sen --- doc/api/n-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 9944f4ea967d1e..b5215101a6a51d 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -2508,8 +2508,8 @@ napi_status napi_create_symbol_for(napi_env env, ``` * `[in] env`: The environment that the API is invoked under. -* `[in] description`: Optional `napi_value` which refers to a JavaScript - `string` to be set as the description for the symbol. +* `[in] description`: `napi_value` which refers to a JavaScript `string` to be + set as the description for the symbol. * `[out] result`: A `napi_value` representing a JavaScript `symbol`. Returns `napi_ok` if the API succeeded.