Commit 1dcb86e
committed
docs: correct new MyStruct syntax in README example
Correct the TypeScript syntax for creating a new MyStruct instance
in the README example from `new(MyStruct)` to `new MyStruct()`.
Signed-off-by: Christian Stewart <christian@aperture.us>1 parent a40b093 commit 1dcb86e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments