fixes typo (#24026)

This commit is contained in:
ringabout
2024-08-29 16:20:04 +08:00
committed by GitHub
parent 1244ffbf39
commit da7670c8e0

View File

@@ -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`.