Skip to content

Commit 95809b8

Browse files
zygfrydkamil-duda
andauthored
Update _pl/tour/case-classes.md
Co-Authored-By: kamilduda <kamilduda01@gmail.com>
1 parent 30d95dc commit 95809b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pl/tour/case-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ message1.sender = "travis@washington.us" // ten wiersz nie skompiluje się
4141
```
4242

4343
Nie można ponownie przydzielić wartości do `message1.sender`, ponieważ jest to `val` (stała).
44-
Jako alternatywa, w klasach przypadków można używać `var`, jednak odradzamy temu.
44+
Alternatywnie, w klasach przypadków można też używać `var`, jednak stanowczo tego odradzamy.
4545

4646
## Porównywanie
4747

0 commit comments

Comments
 (0)