File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ CallbackProperty.prototype.equals = function (other) {
103
103
* A function that returns the value of the property.
104
104
* @callback CallbackProperty.Callback
105
105
*
106
- * @param {JulianDate } [ time] The time for which to retrieve the value.
107
- * @param {Object } [result] The object to store the value into, if omitted, a new instance is created and returned .
108
- * @returns {Object } The modified result parameter or a new instance if the result parameter was not supplied or is unsupported.
106
+ * @param {JulianDate } time The time for which to retrieve the value.
107
+ * @param {Object } [result] The object to store the value into. If omitted, the function must create and return a new instance .
108
+ * @returns {Object } The modified result parameter, or a new instance if the result parameter was not supplied or is unsupported.
109
109
*/
110
110
export default CallbackProperty ;
You can’t perform that action at this time.
0 commit comments