Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aorwall committed Jan 10, 2013
1 parent cf075b4 commit e2eb39a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import se.callista.loganalyzer.{AccessLog, ConfirmationMessage, LogMessage, Hand
* Tips:
* - Då meddelanden hanteras seriellt i en actor behöver man inte
* oroa sig för att göra variabler trådsäkra, de kan alltså vara "mutable".
* - i++ fungerar inte i skala, använd 'i += 1' eller i = 'i + 1'
* - i++ fungerar inte i skala, använd 'i += 1' eller 'i = i + 1'
* 3. Skicka logg-meddelandet till servern
*
* UPPGIFT 4:
Expand Down

0 comments on commit e2eb39a

Please sign in to comment.