Skip to content

Commit

Permalink
doc: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Jul 4, 2024
1 parent 957bd9e commit 1f2aff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/encodings/am1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! The module contains implementations of CNF encodings for at-most-1
//! constraints.
//!
//! ## Example Useage
//! ## Example Usage
//!
//! ```
//! # use rustsat::{
Expand Down
2 changes: 1 addition & 1 deletion src/encodings/card.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! constraints. It defines traits for (non-)incremental cardinality constraints
//! and encodings implementing these traits.
//!
//! ## Example Useage
//! ## Example Usage
//!
//! ```
//! # use rustsat::{
Expand Down
2 changes: 1 addition & 1 deletion src/encodings/pb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! constraints. It defines traits for (non-)incremental PB constraints and
//! encodings implementing these traits.
//!
//! ## Example Useage
//! ## Example Usage
//!
//! ```
//! # use rustsat::{
Expand Down

0 comments on commit 1f2aff9

Please sign in to comment.