mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tutorials: fix typos (#16098)
This commit is contained in:
parent
2f3c4c6d91
commit
37b03e57b4
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue