From 59c7d490016705aeded0591769683011b40f1d5c Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Tue, 25 Jun 2019 12:44:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c2f41f081..718589d7d7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ V 1.0 release is planned for December 2019. GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn't support the language yet. -The compilation is temporarily slower for this relase: +The compilation is temporarily slower for this release: - Debug builds are used (use `v -prod -o v` to get faster compilation). - The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of.