Merge pull request #218 from kveretennicov/patch-1
Fix example code in README
This commit is contained in:
commit
4f138133ef
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ phi1 = a.eventually()
|
|||
phi2 = (a & b).always()
|
||||
|
||||
# `a` until `b`
|
||||
phi3 = a.until()
|
||||
phi3 = a.until(b)
|
||||
|
||||
# `a` weak until `b`
|
||||
phi4 = a.weak_until(b)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue