From a259fc1466c4097d9f3ba6b7ae99110e8b6b6936 Mon Sep 17 00:00:00 2001 From: Dipanshu Singh Date: Wed, 10 Feb 2021 18:45:09 +0530 Subject: [PATCH] fixes unended backtick (#1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 755c896..7f7cfaf 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Title: Animation Interview Questions * What is a `vsync`? * When does the animation reach `completed` or `dismissed` status? -* Difference between `AnimationController and Animation? +* Difference between `AnimationController and Animation`? * When to use a `SingleTickerProviderStateMixin` and `TickerProviderStateMixin`? * Define a `TweenAnimation` ? * State the importance of a `Ticker` ?