update setImage documentation (#1177)

This commit is contained in:
Will Nelson
2017-02-08 09:18:10 -08:00
committed by Amish Shah
parent cc3e7b26b1
commit cdb911f2af

View File

@@ -171,7 +171,7 @@ class RichEmbed {
/**
* Set the image of this embed
* @param {string} url The URL of the thumbnail
* @param {string} url The URL of the image
* @returns {RichEmbed} This embed
*/
setImage(url) {