Skip to content

Commit

Permalink
Adjusted text and format of not forall note
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredDavis22 committed Jul 24, 2024
1 parent 5af392c commit 1662bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ rule "Not all employees have health and dental care"
end
----
NOTE: The format `forall( p1 p2 p3 ...)` is equivalent to `not( p1 and not( and p2 p3 ... ) )`.
NOTE: The format `not( forall( p1 p2 p3 ...))` is +
equivalent to `not( p1 and not( and p2 p3 ...))`.
--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,8 @@ rule "Not all employees have health and dental care"
end
----
NOTE: The format `forall( p1 p2 p3 ...)` is equivalent to `not( p1 and not( and p2 p3 ... ) )`.
NOTE: The format `not( forall( p1 p2 p3 ...))` is +
equivalent to `not( p1 and not( and p2 p3 ...))`.
--
Expand Down

0 comments on commit 1662bfb

Please sign in to comment.