Skip to content

Commit ff76cf7

Browse files
committed
jsdoc fixes.
1 parent 29fd37a commit ff76cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/ArraySet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Phaser.ArraySet.prototype = {
114114
* Sets the property `key` to the given value on all members of this list.
115115
*
116116
* @method Phaser.ArraySet#setAll
117-
* @param {any} key - The propety of the item to set.
117+
* @param {any} key - The property of the item to set.
118118
* @param {any} value - The value to set the property to.
119119
*/
120120
setAll: function (key, value) {

0 commit comments

Comments
 (0)