Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim committed Feb 8, 2018
1 parent 1889f23 commit e4c3e36
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 e4c3e36

Please sign in to comment.