Skip to content

Commit

Permalink
Fixing a typo thanks to lennondtps on the comments!
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 12, 2014
1 parent bbe6dbd commit 226a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/attend-event-ajax.rst
Expand Up @@ -70,7 +70,7 @@ setup as the special ``ArrayCollection`` objects::
public function __construct()
{
$this->events = new ArrayCollection();
$this->attendees = new ArrayCollection();
}

Usually, this is where we'd generate a getter and a setter. Instead, generate
Expand Down

0 comments on commit 226a2b5

Please sign in to comment.