summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-02-14 08:10:33 +0000
committerDaniel Boles <dboles@src.gnome.org>2017-02-14 08:13:24 +0000
commite8b758a5088c14f989a3f864661c18a6140b3cf0 (patch)
tree8d2437fb990787847c556a1f2993d7531b9df410
parent8c8518bf99dca3e6d81bed3f5eaae9c47ce873e1 (diff)
downloadglibmm-e8b758a5088c14f989a3f864661c18a6140b3cf0.tar.gz
SimpleAction—doc—Erase wrong line & duplicate word
In case anyone is as easily confused as me… https://bugzilla.gnome.org/show_bug.cgi?id=778575
-rw-r--r--gio/src/simpleaction.hg4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/src/simpleaction.hg b/gio/src/simpleaction.hg
index d1e6f239..1c575417 100644
--- a/gio/src/simpleaction.hg
+++ b/gio/src/simpleaction.hg
@@ -53,9 +53,7 @@ protected:
*/
explicit SimpleAction(const Glib::ustring& name);
- /** Creates a new new stateful action.
- *
- * The created action is stateless.
+ /** Creates a new stateful action.
*
* @a state is the initial state of the action. All future state values
* must have the same VariantType as the initial state.