summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 19:10:36 +0200
committerEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 19:37:50 +0200
commit48fd228e263dead1ea665299c8190912de35c0f7 (patch)
tree0661feed1d4dbaa261990a6237534822190f869a
parent3e6f32f6d07584f6271f73ad13ca1afffd9006b4 (diff)
downloadclutter-48fd228e263dead1ea665299c8190912de35c0f7.tar.gz
tap-action: Fix the docs, it does not require actors with children
-rw-r--r--clutter/clutter-tap-action.c2
1 files changed, 1 insertions, 1 deletions
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:
*