Fixed jsdocs for recent additions

This commit is contained in:
Steve Gravrock
2020-07-10 15:41:02 -07:00
parent 226d3ba939
commit 70c416d5c9
4 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1125,7 +1125,7 @@ getJasmineRequireObj().Env = function(j$) {
};
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SpecResult#properties}
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SpecResult}
* @name Env#setSpecProperty
* @since 3.6.0
* @function
@@ -1142,7 +1142,7 @@ getJasmineRequireObj().Env = function(j$) {
};
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SuiteResult#properties}
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SuiteResult}
* @name Env#setSuiteProperty
* @since 3.6.0
* @function