We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea20d2 commit b75f2a4Copy full SHA for b75f2a4
src/RefactoringGuru/AbstractFactory/RealWorld/index.php
@@ -335,7 +335,7 @@ public function render(TemplateFactory $factory): string
335
* RU: Теперь в других частях приложения клиентский код может принимать
336
* фабричные объекты любого типа.
337
*/
338
-$page = new Page('Sample page', 'This it the body.');
+$page = new Page('Sample page', 'This is the body.');
339
340
echo "Testing actual rendering with the PHPTemplate factory:\n";
341
echo $page->render(new PHPTemplateFactory());
0 commit comments