Skip to content

Commit

Permalink
Merge pull request Tricertops#41 from RyanBertrand/patch-1
Browse files Browse the repository at this point in the history
Update documentation for macro
  • Loading branch information
Tricertops authored Jun 18, 2016
2 parents fa433fd + 9e0c18f commit 3322725
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 @@ -49,7 +49,7 @@ The above code example using provided macro:
```objc
MTKObservePropertySelf(profile.username, NSString *, {
self.usernameLabel.text = newUsername;
self.usernameLabel.text = new;
});
```

Expand Down

0 comments on commit 3322725

Please sign in to comment.