mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
doc: update link to map method (#24281)
This commit is contained in:
parent
491a1ac515
commit
109e4f3a0c
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ Maps are ordered by insertion, like dictionaries in Python. The order is a
|
||||||
guaranteed language feature. This may change in the future.
|
guaranteed language feature. This may change in the future.
|
||||||
|
|
||||||
See all methods of
|
See all methods of
|
||||||
[map](https://modules.vlang.io/index.html#map)
|
[map](https://modules.vlang.io/builtin.html#map)
|
||||||
and
|
and
|
||||||
[maps](https://modules.vlang.io/maps.html).
|
[maps](https://modules.vlang.io/maps.html).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue