1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

doc: half an hour => an hour

This commit is contained in:
Alexander Medvednikov 2020-12-17 12:28:29 +01:00 committed by GitHub
parent 7439ed7e2b
commit b9edbf7b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.