From b9ecb3d3ba7ddc4f3fdf4299690b6b1899c0068a Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Thu, 14 Nov 2024 02:10:47 +0000 Subject: [PATCH] Update some documentation --- app/src/Domain/Entity/Episode/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Domain/Entity/Episode/File.php b/app/src/Domain/Entity/Episode/File.php index 9630a03..3210f5e 100644 --- a/app/src/Domain/Entity/Episode/File.php +++ b/app/src/Domain/Entity/Episode/File.php @@ -5,7 +5,7 @@ namespace Slovocast\Domain\Entity\Episode; use Slovocast\Domain\Entity as EntityTrait; /** - * Represents the file for the episode itself. + * Represents the data about the specific file that is used for the episode. */ class File {