Skip to content

Commit b75f2a4

Browse files
authored
Fixed typo
1 parent 9ea20d2 commit b75f2a4

File tree

1 file changed

+1
-1
lines changed
  • src/RefactoringGuru/AbstractFactory/RealWorld

1 file changed

+1
-1
lines changed

src/RefactoringGuru/AbstractFactory/RealWorld/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public function render(TemplateFactory $factory): string
335335
* RU: Теперь в других частях приложения клиентский код может принимать
336336
* фабричные объекты любого типа.
337337
*/
338-
$page = new Page('Sample page', 'This it the body.');
338+
$page = new Page('Sample page', 'This is the body.');
339339

340340
echo "Testing actual rendering with the PHPTemplate factory:\n";
341341
echo $page->render(new PHPTemplateFactory());

0 commit comments

Comments
 (0)