mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tutorials: fix typos (#16098)
This commit is contained in:
parent
2f3c4c6d91
commit
37b03e57b4
@ -75,7 +75,7 @@ This is a valid V program, and running it will give us the same result.
|
||||
|
||||
This code is pretty similar to the original, you can notice one major difference.
|
||||
C allows one statement code blocks without brackets, and V doesn't, so in the
|
||||
translated code all blocks are explicitely marked with brackets.
|
||||
translated code all blocks are explicitly marked with brackets.
|
||||
|
||||
C2V successfully converts C's bool type to V's bool.
|
||||
|
||||
|
@ -175,7 +175,7 @@ that's done by the `$vweb.html()` line.
|
||||
|
||||
Now let's display some articles!
|
||||
|
||||
We'll be using V's builtin ORM and a SQLite database.
|
||||
We'll be using V's built-in ORM and a SQLite database.
|
||||
(V ORM will also support MySQL, Postgre, and SQL Server soon.)
|
||||
|
||||
Add a SQLite handle to `App`:
|
||||
|
Loading…
Reference in New Issue
Block a user