From dab927bb22b5ca4ec90c89a3b3e7278a2c04b923 Mon Sep 17 00:00:00 2001 From: Vitalii Kuznetsov Date: Wed, 2 Oct 2019 17:47:39 +0200 Subject: [PATCH] fix typo in ASVideoNodeDelegate protocol (#1695) Signed-off-by: Vitalii Kuznetsov --- Source/ASVideoNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ASVideoNode.h b/Source/ASVideoNode.h index 9c36214c3..440c71c5a 100644 --- a/Source/ASVideoNode.h +++ b/Source/ASVideoNode.h @@ -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.