You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Concept
25
25
* A **Signal** gives an event a concrete membership in a class.
26
26
* Listeners subscribe to real objects, not to string-based channels.
27
27
* Event string constants are no longer needed.
28
-
***Signals** was originally implemented by Robert Penner in [AS3](https://github.com/robertpenner/as3-signals).
28
+
***Signals** was originally implemented by [Robert Penner](https://github.com/robertpenner) in [AS3](https://github.com/robertpenner/as3-signals).
29
29
***Signals** are inspired by [C# events](http://en.wikipedia.org/wiki/C_Sharp_syntax#Events) and [signals/slots](http://en.wikipedia.org/wiki/Signals_and_slots) in Qt.
0 commit comments