We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534a95a commit 2b2836fCopy full SHA for 2b2836f
lib/system/nimscript.nim
@@ -175,7 +175,7 @@ template `--`*(key, val: untyped) =
175
switch(strip(astToStr(key)), strip(astToStr(val)))
176
177
template `--`*(key: untyped) =
178
- ## A shortcut for `switch <#switch,string>`_
+ ## A shortcut for `switch <#switch,string,string>`_
179
## Example:
180
##
181
## .. code-block:: nim
0 commit comments