Skip to content

Commit b5b57fd

Browse files
committed
Corrected small inconsistency in the main Readme
1 parent 1a7e328 commit b5b57fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Stops and removes a View as specified by his name. Can remove all the Views if t
109109

110110
This method generates/fires the Event wired to the input. Firing an event looks up all actors who registered to listen to this Event and sends to them this Event on a Zero Coupling based message defined during registration. Errors on broadcasting the event i.e. enqueuer of the registrant not existing, are ignored.
111111

112-
**IMPORTANT** - Only call this method within actor core of your Controller. From helper loops call the Send Generate Event message to self. This is to make sure your actor works with all registered listeners.
112+
**IMPORTANT** - Only call this method within methods of your **Controller**. From helper loops call the Send Generate Event message to self. This is to make sure your actor works with all registered listeners.
113113

114114
### The "Send Read View Settings.vi" Method
115115
![](Media/Send_Read_View_Settings_Method.png)

0 commit comments

Comments
 (0)