From d7ab5cd4fbe00733056e15f1f8f7ee721ac3d2fa Mon Sep 17 00:00:00 2001 From: kenji21 Date: Wed, 4 Feb 2015 22:06:11 +0100 Subject: [PATCH] Correction, le Chinon ne vaut pas un Chateaugay --- src/iut/2-1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/iut/2-1.md b/src/iut/2-1.md index 29e9be6..4158e7a 100644 --- a/src/iut/2-1.md +++ b/src/iut/2-1.md @@ -84,7 +84,7 @@ Running the `tree` command should display the following: │   └── Lemonade.php ├── Wine │   ├── Bordeaux.php - │   └── Chinon.php + │   └── Chateaugay.php ├── autoload.php ├── autoload_cache.php ├── autoload_namespace.php @@ -125,7 +125,7 @@ $autoload_map = [ 'Soda\Lemonade' => 'Soda/Lemonade.php', 'Soda\Juice\Orange' => 'Soda/Juice/Orange.php', 'Wine\Bordeaux' => 'Wine/Bordeaux.php', - 'Wine\Chinon' => 'Wine/Chinon.php', + 'Wine\Chateaugay' => 'Wine/Chateaugay.php', ]; ``` @@ -141,7 +141,7 @@ You should see: Soda\Lemonade Soda\Juice\Orange Wine\Bordeaux - Wine\Chinon + Wine\Chateaugay @@ -162,7 +162,7 @@ You should see: Soda\Lemonade Soda\Juice\Orange Wine\Bordeaux - Wine\Chinon + Wine\Chateaugay Step 3: Load SnakeCase'd Class Names