From 4a895bd67c1c99951b7a011a9c72aceb43acdec1 Mon Sep 17 00:00:00 2001 From: Anton Rigin Date: Thu, 7 Apr 2022 17:02:47 +0000 Subject: [PATCH] Fix yet another typo --- lectures/08-generics/lecture.slide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/08-generics/lecture.slide b/lectures/08-generics/lecture.slide index c004798..724d1ba 100644 --- a/lectures/08-generics/lecture.slide +++ b/lectures/08-generics/lecture.slide @@ -234,7 +234,7 @@ what we could do * Type inference -- Type intefence is complicated but usage is simple +- Type inference is complicated but usage is simple - Programms that don't need type arguments today won't need them tomorrow * Scale