Skip to content

Commit feef175

Browse files
Dhaivendktapps
andauthored
Update src/AxisAlignedBB.php
Co-authored-by: Dylan T. <dktapps@pmmp.io>
1 parent a9e86de commit feef175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AxisAlignedBB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function offsetCopy(float $x, float $y, float $z) : AxisAlignedBB{
116116
}
117117

118118
/**
119-
* Returns a copy of the AxisAlignedBB with bounds offset in the given direction by the specified distance.
119+
* Returns a copy of the AxisAlignedBB offset in the given direction by the specified distance.
120120
*/
121121
public function offsetTowardsCopy(Facing $face, float $distance) : AxisAlignedBB{
122122
[$offsetX, $offsetY, $offsetZ] = $face->offset();

0 commit comments

Comments
 (0)