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:
parent
d6de53362f
commit
d8b0df1a31
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user