Skip to content

Commit

Permalink
Merge pull request #60 from matj1/patch-1
Browse files Browse the repository at this point in the history
Fixing a spelling mistake in a docstring
  • Loading branch information
daemontus authored Sep 24, 2024
2 parents f9bf4ee + f10f749 commit 752673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ pub enum FnUpdate {
///
/// Also keep in mind that the *ordering* of variables and parameters must be shared by equivalent
/// networks. This is because we want to preserve the property that `VariableId` and `ParameterId`
/// objects are interchangeable as log as networks are equivalent.
/// objects are interchangeable as long as networks are equivalent.
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct BooleanNetwork {
graph: RegulatoryGraph,
Expand Down

0 comments on commit 752673a

Please sign in to comment.