Skip to content

Commit

Permalink
Fix a misspelling
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroki Kobayashi <[email protected]>
  • Loading branch information
qryxip and koba-e964 authored Mar 6, 2022
1 parent fc680ae commit a4212d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twosat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct TwoSat {
answer: Vec<bool>,
}
impl TwoSat {
/// Creates a new `TwoSat` of `n` variables and 0 clause.
/// Creates a new `TwoSat` of `n` variables and 0 clauses.
///
/// # Constraints
///
Expand Down

0 comments on commit a4212d6

Please sign in to comment.