Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Yurtaev authored Jun 19, 2016
1 parent 3c1bc7e commit 52e571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ let options = CollectionProperty(["enabled": "yes"])
```

```swift
let names: CollectionProperty(["Steve", "Tim"])
let names = CollectionProperty(["Steve", "Tim"])
```

When observing collection property, events you receive will be structs that contain detailed description of changes that happened.
Expand Down

0 comments on commit 52e571c

Please sign in to comment.