Fix some typos
This commit is contained in:
parent
73bb909bae
commit
80953ccfc9
2 changed files with 4 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue