Skip to content

Commit dd3dbda

Browse files
authored
fix API docs, as markup links in properties are not handled well (playcanvas#2640)
1 parent 9b3505b commit dd3dbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xr/xr-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { XrLightEstimation } from './xr-light-estimation.js';
2727
* @property {pc.Entity|null} camera Active camera for which XR session is running or null.
2828
* @property {pc.XrInput} input provides access to Input Sources.
2929
* @property {pc.XrHitTest} hitTest provides ability to hit test representation of real world geometry of underlying AR system.
30-
* @property {object|null} session provides access to [XRSession](https://developer.mozilla.org/en-US/docs/Web/API/XRSession) of WebXR
30+
* @property {object|null} session provides access to XRSession of WebXR
3131
*/
3232
function XrManager(app) {
3333
EventHandler.call(this);

0 commit comments

Comments
 (0)