mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 11:25:05 +02:00
Fix typo
This commit is contained in:
parent
ddffb8ab9a
commit
1e8a205275
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public:
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Gets the metaverse address associated with a bookmark.
|
* Gets the metaverse address associated with a bookmark.
|
||||||
* @function LocationBookmarks.getAddress
|
* @function LocationBookmarks.getAddress
|
||||||
* @param {string} bookmarkName - Name of the bookmark to get the metaverse address for {case sensitive).
|
* @param {string} bookmarkName - Name of the bookmark to get the metaverse address for (case sensitive).
|
||||||
* @returns {string} The metaverse address for the bookmark. If the bookmark does not exist, <code>""</code> is returned.
|
* @returns {string} The metaverse address for the bookmark. If the bookmark does not exist, <code>""</code> is returned.
|
||||||
* @example <caption>Report the "Home" bookmark's metaverse address.</caption>
|
* @example <caption>Report the "Home" bookmark's metaverse address.</caption>
|
||||||
* print("Home bookmark's address: " + LocationBookmarks.getAddress("Home"));
|
* print("Home bookmark's address: " + LocationBookmarks.getAddress("Home"));
|
||||||
|
|
Loading…
Reference in a new issue