Skip to content

Commit 7e67f8c

Browse files
authored
Merge pull request #8834 from Abdullah-Ajeebi/patch-1
Update c_sharp_signals.rst
2 parents 28d1968 + d2b1a2e commit 7e67f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/c_sharp/c_sharp_signals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Sometimes you'll want to bind values to a signal when the connection is establis
113113
(or in addition to) when the signal is emitted. To do so, you can use an anonymous function like in
114114
the following example.
115115

116-
Here, the :ref:`Button.Pressed <class_BaseButton_signal_pressed>` signal do not take any argument. But we
116+
Here, the :ref:`Button.Pressed <class_BaseButton_signal_pressed>` signal does not take any argument. But we
117117
want to use the same ``ModifyValue`` for both the "plus" and "minus" buttons. So we bind the
118118
modifier value at the time we're connecting the signals.
119119

0 commit comments

Comments
 (0)