Skip to content

Commit

Permalink
Fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Jun 22, 2020
1 parent 65757f8 commit 23111a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Intersect.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This enumerated type is used in determining where, relative to the frustum, an
* object is located. The object can either be fully contained within the frustum (INSIDE),
* partially inside the frustum and partially outside (INTERSECTING), or somwhere entirely
* partially inside the frustum and partially outside (INTERSECTING), or somewhere entirely
* outside of the frustum's 6 planes (OUTSIDE).
*
* @enum {Number}
Expand Down

0 comments on commit 23111a7

Please sign in to comment.