Skip to content

Commit a4212d6

Browse files
qryxipkoba-e964
andauthored
Fix a misspelling
Co-authored-by: Hiroki Kobayashi <[email protected]>
1 parent fc680ae commit a4212d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/twosat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub struct TwoSat {
5454
answer: Vec<bool>,
5555
}
5656
impl TwoSat {
57-
/// Creates a new `TwoSat` of `n` variables and 0 clause.
57+
/// Creates a new `TwoSat` of `n` variables and 0 clauses.
5858
///
5959
/// # Constraints
6060
///

0 commit comments

Comments
 (0)