From 36bbbb8f76655d114c255471518c43cdf8056e22 Mon Sep 17 00:00:00 2001 From: Supriya Date: Wed, 23 Oct 2019 08:58:12 +0530 Subject: [PATCH] Add instructions to open right pane to evaluate worksheet --- .../intellij-track/getting-started-with-scala-in-intellij.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_getting-started/intellij-track/getting-started-with-scala-in-intellij.md b/_getting-started/intellij-track/getting-started-with-scala-in-intellij.md index a4544a707e..2e24d76826 100644 --- a/_getting-started/intellij-track/getting-started-with-scala-in-intellij.md +++ b/_getting-started/intellij-track/getting-started-with-scala-in-intellij.md @@ -69,7 +69,7 @@ square(2) ``` As you change your code, you'll notice that it gets evaluated -in the right pane. +in the right pane. If you do not see a right pane, right click on your Scala worksheet in the Project pane, and click on Evaluate Worksheet. ## Next Steps