👍 Fix typo

pull/524/head
Ryota Ikezawa 2019-06-24 23:36:30 +09:00 committed by Alex Medvednikov
parent 539bebcc22
commit 2fee6bb29f
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@ Installing V: https://github.com/vlang/v#installing-v-from-source
- Performance: within 5% of C
- Safety: no null, no globals, no UB, immutability by default
- C to V translation
- Hote code reloading
- Hot code reloading
- Powerful UI and graphics libraries
- Easy cross compilation
- REPL
V 1.0 release is planned for December 2019.
GitHub marks V's code as written in Go. It's actually writtein in V, GitHub doesn't support the language yet.
GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn't support the language yet.
## Code Structure