Skip to content

Commit

Permalink
f - Expand docs to reference EventHandler decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Sep 10, 2021
1 parent 2e4f999 commit cd8bff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lightning-background-processor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ impl BackgroundProcessor {
/// # Event Handling
///
/// `event_handler` is responsible for handling events that users should be notified of (e.g.,
/// payment failed). See [`EventHandler`] for details.
/// payment failed). A user's [`EventHandler`] may be decorated with other handlers to implement
/// common functionality. See individual [`Event`]s for further details.
///
/// [top-level documentation]: Self
/// [`join`]: Self::join
Expand Down

0 comments on commit cd8bff0

Please sign in to comment.