Updated doc block for JsonView's subDir property

This commit is contained in:
Bryan Crowe 2013-09-17 20:25:32 -04:00
parent 878e599976
commit 24a522f972

View file

@ -53,8 +53,8 @@ App::uses('View', 'View');
class JsonView extends View { class JsonView extends View {
/** /**
* JSON views are always located in the 'json' sub directory for a * JSON views are always located in the 'json' sub directory for
* controller's views. * controllers' views.
* *
* @var string * @var string
*/ */