浏览代码

Merge pull request #8834 from Abdullah-Ajeebi/patch-1

Update c_sharp_signals.rst
Matthew 1 年之前
父节点
当前提交
7e67f8ca32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/scripting/c_sharp/c_sharp_signals.rst

+ 1 - 1
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
 (or in addition to) when the signal is emitted. To do so, you can use an anonymous function like in
 (or in addition to) when the signal is emitted. To do so, you can use an anonymous function like in
 the following example.
 the following example.
 
 
-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
 want to use the same ``ModifyValue`` for both the "plus" and "minus" buttons. So we bind the
 want to use the same ``ModifyValue`` for both the "plus" and "minus" buttons. So we bind the
 modifier value at the time we're connecting the signals.
 modifier value at the time we're connecting the signals.