mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13061 from DustinAlandzes/patch-1
expect -> except in docs/contributing.rst
This commit is contained in:
commit
dcf23edf92
@ -245,7 +245,7 @@ It offers several options for failing tests:
|
||||
- ``skip``: Skips the execution of this particular test.
|
||||
- ``quit``: Quits ``isoltest``.
|
||||
|
||||
All of these options apply to the current contract, expect ``quit`` which stops the entire testing process.
|
||||
All of these options apply to the current contract, except ``quit`` which stops the entire testing process.
|
||||
|
||||
Automatically updating the test above changes it to
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user