Skip to content

Commit

Permalink
Merge pull request #16 from iambrosi/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in doc/reference/annotations.rst
  • Loading branch information
schmittjoh committed Dec 21, 2012
2 parents b8f87c9 + fff6842 commit 00d1055
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 @@ -182,7 +182,7 @@ by the object iself.
class Article
{
/**
* @HandlerCallack("xml", direction = "serialization")
* @HandlerCallback("xml", direction = "serialization")
*/
public function serializeToXml(XmlSerializationVisitor $visitor)
{
Expand Down

0 comments on commit 00d1055

Please sign in to comment.