Skip to content

Commit

Permalink
Merge pull request #614 from dkim/typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
dwijnand authored Feb 8, 2018
2 parents 505c61f + e4c3e36 commit bed7f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/00-Getting-Started/07C-Scope-Delegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ originally created by [Paul Phillips](https://gist.github.com/paulp/923154ab2d61
It's a great demonstration of all the rules because `someKey += "x"` expands to

```scala
someKey += {
someKey := {
val old = someKey.value
old :+ "x"
}
Expand Down

0 comments on commit bed7f22

Please sign in to comment.