diff --git a/src/reference/flow-inheritance.xml b/src/reference/flow-inheritance.xml
index b5e016c8..30560134 100644
--- a/src/reference/flow-inheritance.xml
+++ b/src/reference/flow-inheritance.xml
@@ -65,6 +65,16 @@
]]>
+
+
+ The intent for flow-level inheritance is to define common states to be
+ added to and shared among multiple flow definitions while the intent
+ for state-level inheritance is to extend from and merge with a single
+ parent state. Flow-level inheritance is a good fit for composition
+ and multiple inheritance but at the state level you can still only
+ inherit from a single parent state.
+
+