Skip to content

Commit

Permalink
Update documentation for Symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
JckXia committed Jul 9, 2021
1 parent 923e282 commit 726532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/symbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Returns a `Napi::Symbol` representing a well-known `Symbol` from the
### For
```cpp
static Napi::Symbol Napi::Symbol::For(napi_env env, const std::string& description);
static Napi::Symbol Napi::Symbol::For(napi_env env, const char* description = nullptr);
static Napi::Symbol Napi::Symbol::For(napi_env env, const char* description);
static Napi::Symbol Napi::Symbol::For(napi_env env, String description);
static Napi::Symbol Napi::Symbol::For(napi_env env, napi_value description);
```
Expand Down

0 comments on commit 726532d

Please sign in to comment.