Update filename of specification in TemplateDataBlob::parse comment

Change-Id: Ibddd3834ea870eb6e817458dd495b5dea762e60a
This commit is contained in:
Alex Monk 2016-01-12 19:44:17 +00:00
parent 59746bbff5
commit 11f874975e

View file

@ -72,7 +72,7 @@ class TemplateDataBlob {
/**
* Parse the data, normalise it and validate it.
*
* See spec.templatedata.json for the expected format of the JSON object.
* See Specification.md for the expected format of the JSON object.
* @return Status
*/
private function parse() {