Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 7ecb332

Browse files
committed
Spelling fixes etc.
1 parent ae80229 commit 7ecb332

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.textile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ h2. Scala training - code
22

33
This github project is the code used for the Scala training course. It is recommended to solve them supervised during a training session.
44

5-
The slides, which go along with the code is kept at "Scala training slides":http://github.com/javaBin/scala-training-slides. You should check out the readme in the slide project to understand a little bit more of the background for the training class and how we performed it.
5+
The slides which go along with the code is kept at "Scala training slides":http://github.com/javaBin/scala-training-slides. You should check out the readme in the slide project to understand a little bit more of the background for the training class and how we performed it.
66

77
h3. Topics
88

9-
The code had been divided into the following topics
9+
The code has been divided into the following topics
1010
* Intro - a little warm up
11-
* First class functions - various task for this feature
11+
* First class functions - various exercises covering use of first class functions
1212
* Pattern matching - various types of pattern matching
13-
* oo-traits - exploring some of the topics around object orientation and trait support. Also a few tasks covering for exploring syntax.
13+
* oo-traits - exploring some of the topics around object orientation and trait support. Also a few exercises exploring syntax.
1414

1515
We believe these tasks are enough for day one of the course. Second day would typically be only the quiz project, which is a larger task. To solve it you must parse some XML, write a console app and a Scala Swing app.
1616

@@ -24,6 +24,6 @@ h3. License
2424

2525
The training course is licensed under "Creative Commons Attribution 3.0 Unported":http://creativecommons.org/licenses/by/3.0/.
2626

27-
All this means, is that you need to credit Fredrik Vraalsen (fredrik@vraalsen.no) and Alf Kristian Støyle (alf.kristian@gmail.com) of scalaBin for the original work. A part from that you may do whatever you please with the work.
27+
All this means, is that you need to credit Fredrik Vraalsen (fredrik@vraalsen.no) and Alf Kristian Støyle (alf.kristian@gmail.com) of scalaBin for the original work. Apart from that you may do whatever you please with the work.
2828

2929
We hope you find this useful.

0 commit comments

Comments
 (0)