summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-08-29 16:20:04 +0800
committerGitHub <noreply@github.com>2024-08-29 16:20:04 +0800
commitda7670c8e0aff740a66783e83134d212383f9dd1 (patch)
treea73388fcd646868f9ff86b4b6d24e1f542ef0586 /changelog.md
parent1244ffbf39e6d10abfd7f92b4e8f529e469408dc (diff)
downloadNim-da7670c8e0aff740a66783e83134d212383f9dd1.tar.gz
fixes typo (#24026)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index c5f30bbe2..541bbd6eb 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`.