diff --git a/clutter/clutter-layout-manager.c b/clutter/clutter-layout-manager.c
index b8806a60b..899c10305 100644
--- a/clutter/clutter-layout-manager.c
+++ b/clutter/clutter-layout-manager.c
@@ -68,7 +68,8 @@
* The implementation of a layout manager does not differ from
* the implementation of the size requisition and allocation bits of
* #ClutterActor, so you should read the relative documentation
- * here.
+ * for subclassing
+ * ClutterActor.
* The layout manager implementation can hold a back reference
* to the #ClutterContainer by implementing the set_container()
* virtual function. The layout manager should not hold a reference