diff --git a/examples/assignment_learning_ex.cpp b/examples/assignment_learning_ex.cpp index c646f39fd..9705a1b96 100644 --- a/examples/assignment_learning_ex.cpp +++ b/examples/assignment_learning_ex.cpp @@ -226,8 +226,8 @@ void make_data ( std::vector rhs; label_type mapping; - // In all the assignments to follow, we will only say an element of LHS - // matches an element of RHS if the two are equal. So A matches with A, + // In all the assignments to follow, we will only say an element of the LHS + // matches an element of the RHS if the two are equal. So A matches with A, // B with B, etc. But never A with C, for example. // ------------------------