8000 Merge pull request #673 from scala/basics-fixes · codeZeilen/scala.github.com@441648d · GitHub
[go: up one dir, main page]

Skip to content

Commit 441648d

Browse files
Merge pull request scala#673 from scala/basics-fixes
Typo fixes to basics.md
2 parents 8e9f16d + a310c14 commit 441648d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/tour/basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It is a perfect way for anybody to experiment with a piece of Scala code anywher
2626

2727
Expressions are computable statements.
2828

29-
You can output results of expressions using the `println`.
29+
You can output results of expressions using `println`.
3030

3131
```
3232
println(1) // 1
@@ -211,7 +211,7 @@ if (point == yetAnotherPoint) {
211211
// Point(1,2) and Point(2,2) are different.
212212
```
213213

214-
There is a lot more to case classes that we'd like to introduce, and we are convinced you will fall in love with it! We will cover them in depth [later](case-classes.md).
214+
There is a lot more to case classes that we'd like to introduce, and we are convinced you will fall in love with them! We will cover them in depth [later](case-classes.md).
215215

216216
## Objects
217217

0 commit comments

Comments
 (0)
0