diff options
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 7564341c..e5bd22e3 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -518,7 +518,7 @@ virtual void Stop(void); in which it shall stop them. <p> -The <tt>Stop()</tt> function will only be called if a previous call to the +The <tt>Stop()</tt> function will only be called if a previous call to the <a href="#Getting started"><tt>Start()</tt></a> function of that plugin has returned <i>true</i>. The <tt>Stop()</tt> functions are called in the reverse order as the <a href="#Getting started"><tt>Start()</tt></a> functions were called. |