From 56844a2b753788c1df23bc209d1bf35e85d73e09 Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Mon, 1 Apr 2013 19:10:36 +0200 Subject: [PATCH] tap-action: Fix the docs, it does not require actors with children --- clutter/clutter-tap-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-tap-action.c b/clutter/clutter-tap-action.c index 3424455d4..caa00a1d1 100644 --- a/clutter/clutter-tap-action.c +++ b/clutter/clutter-tap-action.c @@ -40,7 +40,7 @@ * the logic for recognizing mouse clicks and touch tap gestures. * * The simplest usage of #ClutterTapAction consists in adding it to - * a #ClutterActor with a child, setting it as reactive and connecting a + * a #ClutterActor, setting it as reactive and connecting a * callback for the #ClutterTapAction::tap signal, along the lines of the * following code: *