From f41ca48ab969ca9d2b0a1f5dd9e4497e55a33bbe Mon Sep 17 00:00:00 2001 From: SolarWolf-Code <54452723+SolarWolf-Code@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:53:07 -0600 Subject: [PATCH] doc: one hour => one weekend (#17937) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index 1b56ea188b..264be94fc1 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -9,7 +9,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 an hour, +V is a very simple language. Going through this documentation will take you about a weekend, 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.