doc: update link to map method (#24281)

This commit is contained in:
Steven Gay 2025-04-22 00:55:04 +10:00 committed by GitHub
parent 491a1ac515
commit 109e4f3a0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
See all methods of
[map](https://modules.vlang.io/index.html#map)
[map](https://modules.vlang.io/builtin.html#map)
and
[maps](https://modules.vlang.io/maps.html).