Skip to content

Commit

Permalink
DOCS Missing closing perenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
camfindlay committed Jun 26, 2015
1 parent 8e1da86 commit bee638e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ does, such as `ArrayData` or `ArrayList`.
'Name' => 'John',
'Role' => 'Head Coach',
'Experience' => $experience
))->renderWith("AjaxTemplate");
)))->renderWith("AjaxTemplate");
} else {
return $this->httpError(404);
}
Expand Down

0 comments on commit bee638e

Please sign in to comment.