From 6c4ea0506b4ecc456a819f92d4712397da3ac187 Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Sun, 6 Sep 2020 21:06:48 +0530 Subject: [PATCH] Update case-classes.md Removing menu scroll bar for consistency --- _overviews/scala-book/case-classes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_overviews/scala-book/case-classes.md b/_overviews/scala-book/case-classes.md index a497e1e33a..8722d4c5ae 100644 --- a/_overviews/scala-book/case-classes.md +++ b/_overviews/scala-book/case-classes.md @@ -1,4 +1,5 @@ --- +type: chapter layout: multipage-overview title: Case Classes description: This lesson provides an introduction to 'case classes' in Scala.