From 2fee6bb29f966d3dc1d9e8efdd025150848d8a89 Mon Sep 17 00:00:00 2001 From: Ryota Ikezawa Date: Mon, 24 Jun 2019 23:36:30 +0900 Subject: [PATCH] :+1: Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79aef1a093..2259f2c0e6 100644 --- a/README.md +++ b/README.md @@ -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