aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngScenario/Future.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngScenario/Future.js')
-rw-r--r--src/ngScenario/Future.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngScenario/Future.js b/src/ngScenario/Future.js
index 335dd2bb..4161bef7 100644
--- a/src/ngScenario/Future.js
+++ b/src/ngScenario/Future.js
@@ -3,9 +3,9 @@
/**
* A future action in a spec.
*
- * @param {string} name of the future action
- * @param {function()} future callback(error, result)
- * @param {function()} Optional. function that returns the file/line number.
+ * @param {string} name name of the future action
+ * @param {function()} behavior future callback(error, result)
+ * @param {function()} line Optional. function that returns the file/line number.
*/
angular.scenario.Future = function(name, behavior, line) {
this.name = name;