Skip to content

Commit fe2a12c

Browse files
authored
Update Capsule.js
Fix typo.
1 parent 4ab13b4 commit fe2a12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/math/Capsule.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Capsule {
6161
* @param {Vector3} start - The start vector.
6262
* @param {Vector3} end - The end vector
6363
* @param {number} radius - The capsule's radius.
64-
* @return {Box2} A reference to this bounding box.
64+
* @return {Capsule} A reference to this capsule.
6565
*/
6666
set( start, end, radius ) {
6767

0 commit comments

Comments
 (0)