contributing.md: fix a typo

pull/4465/head
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
1 changed files with 1 additions and 1 deletions

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.