From da7670c8e0aff740a66783e83134d212383f9dd1 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:20:04 +0800 Subject: [PATCH] fixes typo (#24026) --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c5f30bbe25..541bbd6eb1 100644 --- a/changelog.md +++ b/changelog.md @@ -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`.