aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngScenario/SpecRunner.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngScenario/SpecRunner.js')
-rw-r--r--src/ngScenario/SpecRunner.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngScenario/SpecRunner.js b/src/ngScenario/SpecRunner.js
index d15912d9..56a92b9a 100644
--- a/src/ngScenario/SpecRunner.js
+++ b/src/ngScenario/SpecRunner.js
@@ -18,7 +18,8 @@ angular.scenario.SpecRunner = function() {
* based on the describe nesting.
*
* @param {Object} spec A spec object
- * @param {function()} specDone function that is called when the spec finishes. Function(error, index)
+ * @param {function()} specDone function that is called when the spec finishes,
+ * of the form `Function(error, index)`
*/
angular.scenario.SpecRunner.prototype.run = function(spec, specDone) {
var self = this;