Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
menocsk27 committed Dec 3, 2024
1 parent 750f093 commit a5229c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/js/proof/rules/cd/diff/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ export class DifferenceCD {

question.setAttribute("data-tooltip",
`By expressing the premises and conclusion (or its negation) <br>
as a graph of dependencies, a negative cycle indicates how variables <br>
as a graph of inequalities, a negative cycle shows how variables <br>
become equal to more than one value, which is a contradiction. <br>
Double-click on a variable node to see how a value becomes negative.`
);
Expand Down

0 comments on commit a5229c7

Please sign in to comment.