In the Caching a Template Fragment section it says:
If a cached version of the fragment named 'users' is found, it is used to replace the code between the and the lines.
Perhaps this should be:
If a cached version of the fragment named 'users' is found, it is used to replace the code between these lines.
---
In the fourth code block of the Clearing several cache parts at once (new in symfony 1.1) section it says:
... // Remove for all user records for the current host
... // Remove for all user records for the host life.askeet.com
... // Remove for all user records for every hosts
This doesn't read right and I think it should be written something like this:
... // Remove all user records for the current host
... // Remove all user records for the host life.askeet.com
... // Remove all user records for every host