From 0a948294eb458eaf1bfee815da585f18e04134bb Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Thu, 27 Jun 2019 16:54:42 -0700 Subject: [PATCH] README.md: UB -> undefined behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a38335ba..1c0eed5454 100644 --- a/README.md +++ b/README.md @@ -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