Skip to content

Commit

Permalink
Merge pull request schmittjoh#12 from aledeg/patch-1
Browse files Browse the repository at this point in the history
[doc] fix AccessorOrder documentation
  • Loading branch information
maennchen committed May 3, 2016
2 parents 55485f4 + bbc9d93 commit 9b9c1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ default the order is undefined, but you may change it to either "alphabetical",
}
/**
* @AccessorOrder("custom", custom = {"name", "SomeMethod" ,"id"})
* @AccessorOrder("custom", custom = {"name", "someMethod" ,"id"})
*
* Resulting Property Order: name, mood, id
*/
Expand Down

0 comments on commit 9b9c1d0

Please # to comment.