Skip to content

Commit

Permalink
Fix documentation typo in ManticoreBase (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz authored and feliam committed Jul 22, 2019
1 parent d578e63 commit cc7811b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manticore/core/manticore.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def __init__(self, initial_state, workspace_url=None, policy="random", **kwargs)
*State list: TERMINATED*
TERMINATED contains states that have reached a final condition and raised
TerminateState. Workers mainloop simpliy move the states that requested
TerminateState. Worker's mainloop simply moves the states that requested
termination to the TERMINATED list. This is a final list.
```An inherited Manticore class like ManticoreEVM could internally revive
Expand Down

0 comments on commit cc7811b

Please sign in to comment.