From 18a12996b8f609e72fcd4e0ff51eb1373c7e9eb0 Mon Sep 17 00:00:00 2001 From: Nick Toumpelis Date: Fri, 16 Dec 2016 11:40:28 +0100 Subject: [PATCH] Minor typo fix (#94) --- Source/Classes/Animator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Classes/Animator.swift b/Source/Classes/Animator.swift index 39bbcbc..6896f0d 100644 --- a/Source/Classes/Animator.swift +++ b/Source/Classes/Animator.swift @@ -150,7 +150,7 @@ public class Animator { } } -/// A proxy class to avoid a retain cycyle with the display link. +/// A proxy class to avoid a retain cycle with the display link. fileprivate class DisplayLinkProxy { /// The target animator.