README.md: UB -> undefined behavior

pull/645/head^2
Steve Phillips 2019-06-27 16:54:42 -07:00 committed by Alexander Medvednikov
parent 21ae90b3af
commit 0a948294eb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Installing V: https://github.com/vlang/v#installing-v-from-source
- Fast compilation: ~100k loc/s right now, ~1.2 million loc/s once x64 generation is mature enough
- Easy to develop: V compiles itself in less than a second
- Performance: within 5% of C
- Safety: no null, no globals, no UB, immutability by default
- Safety: no null, no globals, no undefined behavior, immutability by default
- C to V translation
- Hot code reloading
- Powerful UI and graphics libraries