Fix JSDoc typo noticed in passing

This commit is contained in:
David Rowe 2018-04-12 09:24:10 +12:00
parent e37655ecdc
commit c836014d21

View file

@ -528,8 +528,8 @@ private slots:
signals: signals:
/**jsdoc /**jsdoc
* Triggered when you change the domain you're visiting. <strong>Warning:</strong> Is not emitted if you go to domain that * Triggered when you change the domain you're visiting. <strong>Warning:</strong> Is not emitted if you go to a domain
* isn't running. * that isn't running.
* @function Window.domainChanged * @function Window.domainChanged
* @param {string} domainURL - The domain's URL. * @param {string} domainURL - The domain's URL.
* @returns {Signal} * @returns {Signal}