From b9edbf7b4bded11649f5400f277d91b5edce2895 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 17 Dec 2020 12:28:29 +0100 Subject: [PATCH] doc: half an hour => an hour --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index 3971920738..36e3e01807 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -7,7 +7,7 @@ V is a statically typed compiled programming language designed for building main It's similar to Go and its design has also been influenced by Oberon, Rust, Swift, Kotlin, and Python. -V is a very simple language. Going through this documentation will take you about half an hour, +V is a very simple language. Going through this documentation will take you about an hour, and by the end of it you will have pretty much learned the entire language. The language promotes writing simple and clear code with minimal abstraction.