Skip to content

Commit 752673a

Browse files
authored
Merge pull request #60 from matj1/patch-1
Fixing a spelling mistake in a docstring
2 parents f9bf4ee + f10f749 commit 752673a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ pub enum FnUpdate {
264264
///
265265
/// Also keep in mind that the *ordering* of variables and parameters must be shared by equivalent
266266
/// networks. This is because we want to preserve the property that `VariableId` and `ParameterId`
267-
/// objects are interchangeable as log as networks are equivalent.
267+
/// objects are interchangeable as long as networks are equivalent.
268268
#[derive(Clone, Debug, Eq, PartialEq)]
269269
pub struct BooleanNetwork {
270270
graph: RegulatoryGraph,

0 commit comments

Comments
 (0)