Skip to content

Commit

Permalink
fix typo in ASVideoNodeDelegate protocol (#1695)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Kuznetsov <[email protected]>
  • Loading branch information
Eeyore741 authored and jparise committed Oct 2, 2019
1 parent ee18b9c commit dab927b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASVideoNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (void)videoNode:(ASVideoNode *)videoNode willChangePlayerState:(ASVideoNodePlayerState)state toState:(ASVideoNodePlayerState)toState;
/**
* @abstract Ssks delegate if state change is allowed
* @abstract Asks delegate if state change is allowed
* ASVideoNodePlayerStatePlaying or ASVideoNodePlayerStatePaused.
* asks delegate if state change is allowed.
* @param videoNode The video node.
Expand Down

0 comments on commit dab927b

Please sign in to comment.