From c99fe84d6a6a0194195659c0c92cd0217f1d4a0e Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Wed, 7 Aug 2013 09:01:48 -0500 Subject: [PATCH] removing the \Baz that does not exist in the path to finding Quux --- proposed/autoloader/AutoloadTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proposed/autoloader/AutoloadTest.php b/proposed/autoloader/AutoloadTest.php index d0d597d4b..2848ca026 100644 --- a/proposed/autoloader/AutoloadTest.php +++ b/proposed/autoloader/AutoloadTest.php @@ -75,16 +75,16 @@ * $loader->addNamespace('Foo\Bar', '/path/to/packages/foo-bar/tests'); * * The following line would cause the autoloader to attempt to load the - * \Foo\Bar\Baz\Qux class from /path/to/packages/foo-bar/src/Qux/Quux.php: + * \Foo\Bar\Qux\Quux class from /path/to/packages/foo-bar/src/Qux/Quux.php: * *