From f5d60199c1e3a5cabb83b1acd91d6030a87786ea Mon Sep 17 00:00:00 2001 From: Okina1Raion Date: Mon, 20 Nov 2017 12:13:45 +0200 Subject: [PATCH] or i cannot understand --- _tour/variances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tour/variances.md b/_tour/variances.md index 1a8c917861..63358b3772 100644 --- a/_tour/variances.md +++ b/_tour/variances.md @@ -143,7 +143,7 @@ Another example that can help one understand variance is `trait Function1[-T, +R Assume the similar `Cat`, `Dog`, `Animal` inheritance tree used earlier, plus the following: ```tut -class SmallAnimal +class SmallAnimal extends Animal class Mouse extends SmallAnimal ```