Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Fixed two examples that didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Faterou committed Mar 23, 2017
1 parent d3b11d9 commit a4b4a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>Detect it with Cornipickle</h2>
There exists $b in $(button) such that (
($b's text is "Go")
And
($b's event is "mouseup")
($b's event is "click")
)
).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2>Detect it with Cornipickle</h2>
There exists $b in $(button) such that (
($b's text equals "Go")
And
($b's event equals "mouseup")
($b's event equals "click")
)
).

Expand Down

0 comments on commit a4b4a62

Please sign in to comment.