Skip to content

Commit

Permalink
fixes typo (nim-lang#24026)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Aug 29, 2024
1 parent 1244ffb commit da7670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ is often an easy workaround.
## Language changes

- `noInit` can be used in types and fields to disable member initializers in the C++ backend.
- C++ custom constructors initializers see https://nim-lang.org/docs/manual_experimental.htm#constructor-initializer
- C++ custom constructors initializers see https://nim-lang.org/docs/manual_experimental.html#constructor-initializer
- `member` can be used to attach a procedure to a C++ type.
- C++ `constructor` now reuses `result` instead creating `this`.

Expand Down

0 comments on commit da7670c

Please sign in to comment.