From 38f13f8a444c803813043ccfb07d64b2c3be819f Mon Sep 17 00:00:00 2001 From: Drak Date: Mon, 13 May 2013 15:02:48 +0200 Subject: [PATCH] Update 04-schema.md --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index a3ac3d9ad..9abef1658 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -367,7 +367,7 @@ Under the `psr-0` key you define a mapping from namespaces to paths, relative to package root. Note that this also supports the PEAR-style non-namespaced convention. Please note namespace declarations should end in `\\` to make sure the autoloader -responds extactly. For example `Foo` would match in `FooBar` so the traling +responds extactly. For example `Foo` would match in `FooBar` so the trailing backslashes solve the problem: `Foo\\` and `FooBar\\` are distinct. The PSR-0 references are all combined, during install/update, into a single key => value