We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9bf4ee + f10f749 commit 752673aCopy full SHA for 752673a
src/lib.rs
@@ -264,7 +264,7 @@ pub enum FnUpdate {
264
///
265
/// Also keep in mind that the *ordering* of variables and parameters must be shared by equivalent
266
/// networks. This is because we want to preserve the property that `VariableId` and `ParameterId`
267
-/// objects are interchangeable as log as networks are equivalent.
+/// objects are interchangeable as long as networks are equivalent.
268
#[derive(Clone, Debug, Eq, PartialEq)]
269
pub struct BooleanNetwork {
270
graph: RegulatoryGraph,
0 commit comments