Merge pull request #626 from bakercp/bugfix-typo

Fixed small documentation typo `onr` to `one`.
This commit is contained in:
Günter Obiltschnig
2014-12-01 20:46:34 +01:00

View File

@@ -54,7 +54,7 @@ class AbstractEvent
/// only. /// only.
/// ///
/// BasicEvent works with a standard delegate. They allow one object to register /// BasicEvent works with a standard delegate. They allow one object to register
/// onr or more delegates with an event. In contrast, a PriorityDelegate comes with an attached priority value /// one or more delegates with an event. In contrast, a PriorityDelegate comes with an attached priority value
/// and allows one object to register for one priority value one or more delegates. Note that PriorityDelegates /// and allows one object to register for one priority value one or more delegates. Note that PriorityDelegates
/// only work with PriorityEvents: /// only work with PriorityEvents:
/// ///