diff --git a/reference/componere/book.xml b/reference/componere/book.xml index 286153b3f0..42f3d408ab 100644 --- a/reference/componere/book.xml +++ b/reference/componere/book.xml @@ -34,14 +34,9 @@ Casting: Componere\ casting functions can cast among user defined compatible types; - Where compatible means Type is a sub type or super type of object. + Where compatible means Type is sub or super to the type of object. - - - Casting can not be performed losslessly: The result of a cast cannot be cast back to it's original class without loss, incurred at the point of the original cast. - -