Skip to content

Commit

Permalink
Update basics2.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
erilyth committed Nov 19, 2015
1 parent 4848c11 commit 74cbf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/ru/basics2.textile
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ Case классы используются для удобного хранен
scala> case class Calculator(brand: String, model: String)
defined class Calculator

scala> val HP20b = Calculator("HP", "20b")
HP20b: Calculator = Calculator(HP,20b)
scala> val hp20b = Calculator("HP", "20b")
hp20b: Calculator = Calculator(hp,20b)

</pre>

Expand Down

0 comments on commit 74cbf2e

Please sign in to comment.