Skip to content

Commit 1c9d528

Browse files
authored
doc: correct struct definition (#969)
1 parent 5e64d1f commit 1c9d528

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/version_management.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ information is stored in the `napi_node_version` structure that is defined as
2525
shown below:
2626
2727
```cpp
28-
using napi_node_version =
29-
struct {
28+
typedef struct {
3029
uint32_t major;
3130
uint32_t minor;
3231
uint32_t patch;

0 commit comments

Comments
 (0)