1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

CHANGELOG.md: fix for a small typo (paramter -> parameter) (#15252)

This commit is contained in:
Tim Dupont 2022-07-28 13:16:33 +02:00 committed by GitHub
parent 18ae726015
commit 3d0a48b1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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