Skip to content

Commit

Permalink
removed duplicate verb
Browse files Browse the repository at this point in the history
  • Loading branch information
T. Zengerink committed Nov 11, 2014
1 parent 6b5feda commit 6afa88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/basics.textile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ scala> calc.brand
res2: String = "HP"
</pre>

Contained are examples are defining methods with def and fields with val. Methods are just functions that can access the state of the class.
Contained are examples defining methods with def and fields with val. Methods are just functions that can access the state of the class.

h3. Constructor

Expand Down

0 comments on commit 6afa88a

Please sign in to comment.