Merge pull request #4349 from camfindlay/patch-27

DOCS Missing closing perenthesis
This commit is contained in:
Will Morgan 2015-06-26 09:05:31 +01:00
commit dcd378c539

View File

@ -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);
}