1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 09:31:53 +02:00

Style FitModifier.php fix a typo in the comment.

This commit is contained in:
Sergey Kudashev
2022-03-23 15:52:39 +03:00
parent e69b01dfe8
commit ca2a3c7d9f

View File

@@ -65,7 +65,7 @@ class FitModifier extends AbstractFitModifier implements ModifierInterface
imagedestroy($current);
// set new content as recource
// set new content as resource
$frame->setCore($modified);
}
}