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

doc: fix ci

This commit is contained in:
Alexander Medvednikov 2022-07-23 01:55:17 +03:00
parent d6de53362f
commit d8b0df1a31

View File

@ -1272,7 +1272,8 @@ val2 := arr[333]?
println(val2)
```
Maps are ordered by insertion, like dictionaries in Python. The order is a guaranteed language feature. This may change in the future.
Maps are ordered by insertion, like dictionaries in Python. The order is a
guaranteed language feature. This may change in the future.
## Module imports
@ -5800,7 +5801,7 @@ or
```shell
v -os linux .
```
NB: Cross-compiling a windows binary on a linux machine requires the GNU C compiler for
NB: Cross-compiling a windows binary on a linux machine requires the GNU C compiler for
MinGW-w64 (targeting Win64) to first be installed.
```shell