1
0
forked from Mirror/wren

Merge pull request #680 from bjorn/patch-1

docs: Fixed broken link to overview about maps
This commit is contained in:
Sven Bergström
2019-04-09 15:46:38 -07:00
committed by GitHub

View File

@ -1,6 +1,6 @@
^title Map Class
An associative collection that maps keys to values. More details [here](../maps.html).
An associative collection that maps keys to values. More details [here](../../maps.html).
## Methods