Skip to content

Commit

Permalink
doc: update Version management
Browse files Browse the repository at this point in the history
PR-URL: #360
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@NickNaso.local>
  • Loading branch information
nadongguri authored and mhdawson committed Oct 2, 2018
1 parent 917bd60 commit 2234749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/version_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ important to make decisions based on different versions of the system.
Retrieves the highest N-API version supported by Node.js runtime.

```cpp
static uint32_t GetNapiVersion(Env env);
static uint32_t Napi::VersionManagement::GetNapiVersion(Env env);
```
- `[in] env`: The environment in which the API is invoked under.
Expand All @@ -34,7 +34,7 @@ typedef struct {
````

```cpp
static const napi_node_version* GetNodeVersion(Env env);
static const napi_node_version* Napi::VersionManagement::GetNodeVersion(Env env);
```
- `[in] env`: The environment in which the API is invoked under.
Expand Down

0 comments on commit 2234749

Please sign in to comment.