Skip to content

Commit 1919b6a

Browse files
authored
1680 typo fix (#1683)
1 parent d522d80 commit 1919b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala-book/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ scala> p.lastName = "Jones"
117117
^
118118
```
119119

120-
>Tip: If you use Scala to write OOP code, create your fields as `var` fields so you can mutate them. When you write FP code with Scala, you’ll general use *case classes* instead of classes like this. (More on this later.)
120+
>Tip: If you use Scala to write OOP code, create your fields as `var` fields so you can mutate them. When you write FP code with Scala, you’ll generally use *case classes* instead of classes like this. (More on this later.)
121121
122122

123123

0 commit comments

Comments
 (0)