Skip to content

Commit

Permalink
doc: correct struct definition (nodejs#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisinTen authored and Deepak Rajamohan committed Oct 15, 2021
1 parent c92d3b6 commit 3170a69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/version_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ information is stored in the `napi_node_version` structure that is defined as
shown below:
```cpp
using napi_node_version =
struct {
typedef struct {
uint32_t major;
uint32_t minor;
uint32_t patch;
Expand Down

0 comments on commit 3170a69

Please sign in to comment.