Skip to content

Commit

Permalink
fixes manual regression (nim-lang#20259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored and capocasa committed Mar 31, 2023
1 parent 6edd11b commit b1b57c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,11 @@ of a call or whether it is parsed as a tuple constructor:

```nim
echo(1, 2) # pass 1 and 2 to echo
```

```nim
echo (1, 2) # pass the tuple (1, 2) to echo
```

Dot-like operators
------------------
Expand Down

0 comments on commit b1b57c0

Please sign in to comment.