Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloquinte committed Jan 2, 2024
1 parent 947ea69 commit 01156d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sop.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Sum-of-Products representations
//!
//! This module provides two-level representations such as [Sumof-Products](crate::sop::Sop)
//! This module provides two-level representations such as [Sum-of-Products](crate::sop::Sop)
//! and [Sum-of-Exclusive Sums](crate::sop::Soes).
mod cube;
Expand Down

0 comments on commit 01156d6

Please sign in to comment.