Fix some typos

This commit is contained in:
William S Fulton 2014-04-29 07:20:20 +01:00
commit 80953ccfc9
2 changed files with 4 additions and 9 deletions

View file

@ -79,7 +79,7 @@ assert(tostring(Op(1))=="Op(1)")
assert(tostring(Op(-3))=="Op(-3)")
-- check that operator overloads is correctly propogated accross hierarchy
-- check that operator overloads are correctly propogated down inheritance hierarchy
a_d=OpDerived()
b_d=OpDerived(5)