mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 15:31:28 +00:00
Fix link to switch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user