Skip to content

Commit 05792e7

Browse files
Fix comment
1 parent 82fe81c commit 05792e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ pub struct ProgramClause {
481481
}
482482

483483
/// Represents one clause of the form `consequence :- conditions` where
484-
/// `conditions = cond_1 || cond_2 || ...` is the conjunction of the individual
484+
/// `conditions = cond_1 && cond_2 && ...` is the conjunction of the individual
485485
/// conditions.
486486
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
487487
pub struct ProgramClauseImplication {

0 commit comments

Comments
 (0)