From b0b36e03eabddb5769181d6ebdc08c9c186e87ab Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 22 May 2022 14:08:24 +0200 Subject: [PATCH] Update PHPDoc comment --- src/Concerns/HasTableOfContents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerns/HasTableOfContents.php b/src/Concerns/HasTableOfContents.php index 9729713f..260eb3ac 100644 --- a/src/Concerns/HasTableOfContents.php +++ b/src/Concerns/HasTableOfContents.php @@ -5,7 +5,7 @@ use Hyde\Framework\Actions\GeneratesTableOfContents; /** - * Generate a Table of Contents HTML string from a Markdown document body. + * Generate Table of Contents as HTML from a Markdown document body. * * @see \Tests\Unit\HasTableOfContentsTest */