From 8fc7de7358d8c192b14f0f2fccc4fbaf3a78a57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salom=C3=A3o=20Rodrigues?= Date: Thu, 8 Sep 2016 11:35:55 +0100 Subject: [PATCH] Update 08-Recipes.md Remove wrong semicolon. --- Documentation/markdown/Overview/08-Recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/markdown/Overview/08-Recipes.md b/Documentation/markdown/Overview/08-Recipes.md index 5e202db1..0ea32d63 100644 --- a/Documentation/markdown/Overview/08-Recipes.md +++ b/Documentation/markdown/Overview/08-Recipes.md @@ -15,7 +15,7 @@ Setting spreadsheet metadata is done as follows: ```php $objPHPExcel->getProperties() ->setCreator("Maarten Balliauw") - ->setLastModifiedBy("Maarten Balliauw"); + ->setLastModifiedBy("Maarten Balliauw") ->setTitle("Office 2007 XLSX Test Document") ->setSubject("Office 2007 XLSX Test Document") ->setDescription(