diff --git a/reference/componere/book.xml b/reference/componere/book.xml
index 8ae969d62d..286153b3f0 100644
--- a/reference/componere/book.xml
+++ b/reference/componere/book.xml
@@ -34,9 +34,14 @@
Casting:
Componere\ casting functions can cast among user defined compatible types;
- Where compatible means Type is contravariant or covariant with the class of object.
+ Where compatible means Type is a sub type or super 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.
+
+