From 177facb3d01b4dd664d8cd0fa39f1a35d7787f28 Mon Sep 17 00:00:00 2001 From: Jaik Dean Date: Fri, 31 Aug 2012 14:52:39 +0100 Subject: [PATCH] Grammar correction in Performance section --- book/performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/performance.rst b/book/performance.rst index 5dae6d67d29..cee46849e6d 100644 --- a/book/performance.rst +++ b/book/performance.rst @@ -116,7 +116,7 @@ Bootstrap Files and Byte Code Caches ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Even when using a byte code cache, performance will improve when using a bootstrap -file since there will be less files to monitor for changes. Of course if this +file since there will be fewer files to monitor for changes. Of course if this feature is disabled in the byte code cache (e.g. ``apc.stat=0`` in APC), there is no longer a reason to use a bootstrap file.