diff --git a/reCTBN/src/structure_learning/hypothesis_test.rs b/reCTBN/src/structure_learning/hypothesis_test.rs index f931e77..4e1cb24 100644 --- a/reCTBN/src/structure_learning/hypothesis_test.rs +++ b/reCTBN/src/structure_learning/hypothesis_test.rs @@ -55,8 +55,8 @@ impl ChiSquare { /// /// # Returns /// - /// * `true` - when the matrices `M1` and `M2` are very similar, then **dependendent**. - /// * `false` - when the matrices `M1` and `M2` are too different, then **independent**. + /// * `true` - when the matrices `M1` and `M2` are very similar, then **independendent**. + /// * `false` - when the matrices `M1` and `M2` are too different, then **dependent**. pub fn compare_matrices( &self,