Fix link to switch

This commit is contained in:
Clyybber
2021-02-04 14:40:32 +01:00
committed by GitHub
parent 534a95aee0
commit 2b2836fc9d

View File

@@ -175,7 +175,7 @@ template `--`*(key, val: untyped) =
switch(strip(astToStr(key)), strip(astToStr(val)))
template `--`*(key: untyped) =
## A shortcut for `switch <#switch,string>`_
## A shortcut for `switch <#switch,string,string>`_
## Example:
##
## .. code-block:: nim