Skip to content

Commit

Permalink
Fix a comment (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Sep 2, 2019
1 parent 83afe10 commit 735a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emulsion/Lifetimes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and Lifetime(token: CancellationToken) =
token.Register action |> ignore

/// Schedules a termination action, and returns an IDisposable. Whenever this instance is disposed, the action will
/// be removed from scheduled on cancellation.
/// be removed from the list of actions scheduled on the lifetime termination.
member __.OnTerminationRemovable(action: Action): IDisposable =
upcast token.Register action

Expand Down

0 comments on commit 735a16c

Please sign in to comment.