Skip to content

Commit

Permalink
Fix typo (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd authored Apr 16, 2024
1 parent 6911018 commit 95cbb4b
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 @@ -95,7 +95,7 @@ property macros:
@autoproperty someProperty::id{DstTyp}

# sometimes you may want to convert to a different type
@autoproperty someStringProperty::id{NSString} typ=String
@autoproperty someStringProperty::id{NSString} type=String

# and finally, if more control is needed, just do it yourselv:
@getproperty someComplexProperty function(obj)
Expand Down

0 comments on commit 95cbb4b

Please sign in to comment.