Improve flow and remove banned words

Improves flow and removes banned words.

Co-authored-by: WakaJoekoe <48286673+WakaJoekoe@users.noreply.github.com>
Co-authored-by: Hugo Locurcio <Calinou@users.noreply.github.com>
Co-authored-by: skyace65 <trekie96@hotmail.com>
This commit is contained in:
Max Hilbrunner
2022-08-24 19:24:00 +02:00
parent dad11cdaf5
commit 2dd9212352
4 changed files with 7 additions and 8 deletions

View File

@@ -219,7 +219,7 @@ Signals
-------
Objects can have a set of signals defined (similar to Delegates in other
languages). Connecting to them is rather easy:
languages). This example shows how to connect to them:
.. code-block:: cpp