small typo fix.

This commit is contained in:
Norayr Chilingarian 2025-07-20 00:07:07 +04:00
parent ae9b05408c
commit 9937719d0e

View file

@ -197,7 +197,7 @@ For projects that only build library modules:
- `voc -m file.Mod` - Compile main program (creates executable)
- `voc -s file.Mod` - Compile library module (creates .sym file)
- `voc -c file.Mod` - Compile to object file only
- `voc -C file.Mod` - Compile to object file only
### Custom Build Commands