minor #1730 Remove reference to String loader in docs (simshaun)

This PR was merged into the 2.0-dev branch.

Discussion
----------

Remove reference to `String` loader in docs

Commits
-------

02a7bd6 Remove reference to `String` loader in docs
This commit is contained in:
Fabien Potencier
2015-07-07 09:36:49 +02:00
+1 -1
View File
@@ -197,7 +197,7 @@ projects where storing all templates in a single PHP file might make sense.
.. tip::
When using the ``Array`` or ``String`` loaders with a cache mechanism, you
When using the ``Array`` loader with a cache mechanism, you
should know that a new cache key is generated each time a template content
"changes" (the cache key being the source code of the template). If you
don't want to see your cache grows out of control, you need to take care