Commit d2ce861e authored by Tristan Cavelier's avatar Tristan Cavelier

promy docstring fixed

parent 085af518
...@@ -391,7 +391,7 @@ ...@@ -391,7 +391,7 @@
* *
* @method put * @method put
* @param {String} property The object property name * @param {String} property The object property name
* @param {String} value The value to put * @param {Any} value The value to put
* @return {Promise} A new promise * @return {Promise} A new promise
*/ */
Promise.prototype.put = function (property, value) { Promise.prototype.put = function (property, value) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment