From c251f70f9285ea3464972bbfc9858f871d3ccb90 Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Thu, 20 Feb 2020 22:15:38 +0300 Subject: [PATCH] Fix slides --- lectures/01-basics/lecture.slide | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lectures/01-basics/lecture.slide b/lectures/01-basics/lecture.slide index a7e50f6..3815f31 100644 --- a/lectures/01-basics/lecture.slide +++ b/lectures/01-basics/lecture.slide @@ -481,6 +481,7 @@ ID int Name string Address string + Salary int } var dilbert Employee @@ -696,5 +697,5 @@ } } - visit(w, root) + visit(root) }