Skip to content

Commit 2b2836f

Browse files
authored
Fix link to switch
1 parent 534a95a commit 2b2836f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/system/nimscript.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ template `--`*(key, val: untyped) =
175175
switch(strip(astToStr(key)), strip(astToStr(val)))
176176

177177
template `--`*(key: untyped) =
178-
## A shortcut for `switch <#switch,string>`_
178+
## A shortcut for `switch <#switch,string,string>`_
179179
## Example:
180180
##
181181
## .. code-block:: nim

0 commit comments

Comments
 (0)