From 2081bc98de56c67d18c6c7c1c0a5363c9eb9c7b2 Mon Sep 17 00:00:00 2001 From: David Thomas Date: Tue, 21 May 2019 12:45:22 +0100 Subject: [PATCH] Fix filename in prologue --- lottie-swift/src/Private/Model/Animation.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottie-swift/src/Private/Model/Animation.swift b/lottie-swift/src/Private/Model/Animation.swift index cfd539286f..439e504d38 100644 --- a/lottie-swift/src/Private/Model/Animation.swift +++ b/lottie-swift/src/Private/Model/Animation.swift @@ -1,5 +1,5 @@ // -// Composition.swift +// Animation.swift // lottie-swift // // Created by Brandon Withrow on 1/7/19.