Skip to content

Commit 6ec0e9c

Browse files
committed
Fixed code examples in components/class_loader
1 parent 1d05e44 commit 6ec0e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ autoloader is straightforward::
4242

4343
$loader = new UniversalClassLoader();
4444

45-
// register namespaces and prefixes here - see below
45+
// ... register namespaces and prefixes here - see below
4646

4747
$loader->register();
4848

0 commit comments

Comments
 (0)