From 635a370fff1d5b3d69e564c9d808e179bb933c2d Mon Sep 17 00:00:00 2001 From: Rasul Tataev <39275251+tataevr@users.noreply.github.com> Date: Fri, 30 Nov 2018 18:35:36 +0300 Subject: [PATCH] Documentation typo, "trying" written two times. #trivial (#1258) Issue is at row 153 of ASVideoNode.h file --- Source/ASVideoNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ASVideoNode.h b/Source/ASVideoNode.h index 429185b4a..48726a6c5 100644 --- a/Source/ASVideoNode.h +++ b/Source/ASVideoNode.h @@ -150,7 +150,7 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)videoNodeDidRecoverFromStall:(ASVideoNode *)videoNode; /** - * @abstract Delegate method invoked when an error occurs while trying trying to load an asset + * @abstract Delegate method invoked when an error occurs while trying to load an asset * @param videoNode The videoNode. * @param key The key of value that failed to load. * @param asset The asset.