Skip to content

Commit d8a9927

Browse files
XRManager: Fix typo in getBinding jsdoc (#31656)
1 parent 83e0d44 commit d8a9927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderers/common/XRManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,12 @@ class XRManager extends EventDispatcher {
592592

593593

594594
/**
595-
* Return the current XR binding.
595+
* Returns the current XR binding.
596596
*
597597
* Creates a new binding if needed and the browser is
598598
* capable of doing so.
599599
*
600-
* @return {?XRWebGLBinding} The XR binding. Returns `null` if a binding cannot be crated.
600+
* @return {?XRWebGLBinding} The XR binding. Returns `null` if one cannot be created.
601601
*/
602602
getBinding() {
603603

0 commit comments

Comments
 (0)