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

contributing.md: fix a typo

This commit is contained in:
Alexander Medvednikov 2020-04-17 18:27:03 +02:00 committed by GitHub
parent 405e1ecf88
commit c27a10b956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ full of magic that only few people understand.
The V compiler is modular, and can be used by other applications. It is located
in `cmd/v/` and `vlib/v/`.
The most important and usefult command to remember when working on the V compiler is
The most important and useful command to remember when working on the V compiler is
`v self`.
It rebuilds the V compiler.