From 3d0a48b1bb96c649cf4ebd0d204607d276686249 Mon Sep 17 00:00:00 2001 From: Tim Dupont Date: Thu, 28 Jul 2022 13:16:33 +0200 Subject: [PATCH] CHANGELOG.md: fix for a small typo (paramter -> parameter) (#15252) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b313c63e..97913a8af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ *Not released yet* - Anonymous structs. - V can now find code in the `src/` directory. This allows making V repos much cleaner. -- `os.mkdir()` now has an optional `mode` paramter. +- `os.mkdir()` now has an optional `mode` parameter. - Full termux support via `$if termux {`. - Go backend fixes. - More type checks.