From 345f6e2bcb6be9878ccbc08b78154ed2939c256a Mon Sep 17 00:00:00 2001 From: Rasul Tataev <39275251+tataevr@users.noreply.github.com> Date: Thu, 29 Nov 2018 15:36:00 +0300 Subject: [PATCH] Documentation typo, "trying" written two times. #trivial 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.