Skip to content

Commit

Permalink
fixup! fixup! fixup! src: add napi_create_symbol_for()
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <darshan.sen@postman.com>
  • Loading branch information
RaisinTen committed Dec 31, 2021
1 parent 549fb91 commit 5593513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/n-api.md
Expand Up @@ -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.
Expand Down

0 comments on commit 5593513

Please sign in to comment.