Skip to content

Commit

Permalink
Merge pull request #1127 from alexferreiradev/master
Browse files Browse the repository at this point in the history
update documentation in README.md
  • Loading branch information
Raibaz authored Jul 31, 2023
2 parents 3388b3b + 0fde474 commit 738bbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ An Answer can be followed up by one or more additional answers.
| `returnsMany list` | specify that the matched call returns a value from the list, with subsequent calls returning the next element |
| `returnsArgument(n)` | specify that the matched call returns the nth argument of that call |
| `throws ex` | specify that the matched call throws an exception |
| `throwsMany ex` | specify that the matched call throws an exception from the list, with subsequent calls throwing the next exception |
| `throwsMany list` | specify that the matched call throws an exception from the list, with subsequent calls throwing the next exception |
| `answers { code }` | specify that the matched call answers with a code block scoped with `answer scope` |
| `coAnswers { code }` | specify that the matched call answers with a coroutine code block with `answer scope` |
| `answers answerObj` | specify that the matched call answers with an Answer object |
Expand Down

0 comments on commit 738bbe2

Please sign in to comment.