We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da1924 commit cdece99Copy full SHA for cdece99
doc/symbol.md
@@ -26,7 +26,7 @@ Napi::Symbol::New(napi_env env, napi_value description);
26
- `[in] env`: The `napi_env` environment in which to construct the `Napi::Symbol` object.
27
- `[in] value`: The C++ primitive which represents the description hint for the `Napi::Symbol`.
28
`description` may be any of:
29
- - `std::string&` - UTF8 string description.
+ - `const std::string&` - UTF8 string description.
30
- `const char*` - represents a UTF8 string description.
31
- `std::string_view` - represents a UTF8 string view.
32
- `String` - Node addon API String description.
0 commit comments