8000 Update getting-started-with-scala-in-intellij.md · pw1z/docs.scala-lang@2e52b0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e52b0a

Browse files
authored
Update getting-started-with-scala-in-intellij.md
For folks who are new to Scala, like me, they may not know or understand what is meant by Kind right off the bat.
1 parent 28047b8 commit 2e52b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_getting-started/intellij-track/getting-started-with-scala-in-intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ take a few minutes but subsequent projects can use the same SDK.
4141

4242
1. On the **Project** pane on the left, right-click `src` and select
4343
**New** => **Scala class**. If you don't see **Scala class**, right-click on **HelloWorld** and click on **Add Framework Support...**, select **Scala** and proceed. If you see **Error: library is not specified**, you can either click download button, or select the library path manually. If you only see **Scala Worksheet** try expanding the `src` folder and its `main` subfolder, and right-click on the `scala` folder.
44-
1. Name the class `Hello` and change the **Kind** to `object`.
44+
1. Name the class `Hello` and change the **Kind** to `object`. This means, select 'Object' out of the list of five items (Class, Case Class, Object, Case Object, Trait).
4545
1. Change the code in the class to the following:
4646

4747
```

0 commit comments

Comments
 (0)
0