We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28d1968 + d2b1a2e commit 7e67f8cCopy full SHA for 7e67f8c
tutorials/scripting/c_sharp/c_sharp_signals.rst
@@ -113,7 +113,7 @@ Sometimes you'll want to bind values to a signal when the connection is establis
113
(or in addition to) when the signal is emitted. To do so, you can use an anonymous function like in
114
the following example.
115
116
-Here, the :ref:`Button.Pressed <class_BaseButton_signal_pressed>` signal do not take any argument. But we
+Here, the :ref:`Button.Pressed <class_BaseButton_signal_pressed>` signal does not take any argument. But we
117
want to use the same ``ModifyValue`` for both the "plus" and "minus" buttons. So we bind the
118
modifier value at the time we're connecting the signals.
119
0 commit comments