Fixed small documentation typo onr to one.

This commit is contained in:
Christopher Baker 2014-12-01 12:39:02 -06:00
parent bf6234d7b5
commit e0d5535b7a

View File

@ -54,7 +54,7 @@ class AbstractEvent
/// only.
///
/// 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
/// only work with PriorityEvents:
///