diff --git a/src/Schema/CustomSchemaFluent.php b/src/Schema/CustomSchemaFluent.php index 86b8655..a9a7d71 100644 --- a/src/Schema/CustomSchemaFluent.php +++ b/src/Schema/CustomSchemaFluent.php @@ -14,7 +14,7 @@ public function __construct(SEOData $SEOData, array $markupBuilders = []) { $this->initializeMarkup($SEOData); - // `$markupBuilders` are closures that modify this schema + // `$markupBuilders` are closures that modify this fluent schema // tag object and can call methods on it to change items... foreach ($markupBuilders as $markupBuilder) { $markupBuilder($this, $SEOData);