Skip to content

Commit 2e189a6

Browse files
raziel057weaverryan
authored andcommitted
Update performance.rst
Typo fix
1 parent a7d5462 commit 2e189a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Internally, this builds the big class map array in ``vendor/composer/autoload_cl
6767
Caching the Autoloader with APC
6868
-------------------------------
6969

70-
Another solution is to to cache the location of each class after it's located
70+
Another solution is to cache the location of each class after it's located
7171
the first time. Symfony comes with a class - :class:`Symfony\\Component\\ClassLoader\\ApcClassLoader` -
7272
that does exactly this. To use it, just adapt your front controller file.
7373
If you're using the Standard Distribution, this code should already be available

0 commit comments

Comments
 (0)