Skip to content

Commit

Permalink
Update src/AxisAlignedBB.php
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan T. <dktapps@pmmp.io>
  • Loading branch information
Dhaiven and dktapps authored Dec 9, 2024
1 parent 2729986 commit a9e86de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AxisAlignedBB.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function extendedCopy(Facing $face, float $distance) : AxisAlignedBB{
*
* Returns a copy of the AxisAlignedBB with bounds trimmed in the given direction.
*
* Inverse of extend().
* Inverse of extendedCopy().
* @see AxisAlignedBB::extendedCopy()
*/
public function trimmedCopy(Facing $face, float $distance) : AxisAlignedBB{
Expand Down

0 comments on commit a9e86de

Please sign in to comment.