From a9e86deca06c9e2bdd4ee5c7ea15ae0e1f5711bd Mon Sep 17 00:00:00 2001 From: Hugo_ <55756021+Dhaiven@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:36:59 +0100 Subject: [PATCH] Update src/AxisAlignedBB.php Co-authored-by: Dylan T. --- src/AxisAlignedBB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AxisAlignedBB.php b/src/AxisAlignedBB.php index 60f2395..c11ab05 100644 --- a/src/AxisAlignedBB.php +++ b/src/AxisAlignedBB.php @@ -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{