mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 20:29:10 +02:00
Fix JSDoc typo noticed in passing
This commit is contained in:
parent
e37655ecdc
commit
c836014d21
1 changed files with 2 additions and 2 deletions
|
@ -528,8 +528,8 @@ private slots:
|
|||
signals:
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when you change the domain you're visiting. <strong>Warning:</strong> Is not emitted if you go to domain that
|
||||
* isn't running.
|
||||
* Triggered when you change the domain you're visiting. <strong>Warning:</strong> Is not emitted if you go to a domain
|
||||
* that isn't running.
|
||||
* @function Window.domainChanged
|
||||
* @param {string} domainURL - The domain's URL.
|
||||
* @returns {Signal}
|
||||
|
|
Loading…
Reference in a new issue