mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 22:29:47 +01:00
Merge pull request #626 from bakercp/bugfix-typo
Fixed small documentation typo `onr` to `one`.
This commit is contained in:
@@ -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:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user