Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #207 from MihailoJoksimovic/patch-1
Browse files Browse the repository at this point in the history
There are 5 writers listed, not three
  • Loading branch information
Maks3w committed Aug 27, 2012
2 parents 90b2d72 + c64e352 commit 6d48e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/languages/en/modules/zend.config.writer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Zend\\Config\\Writer

``Zend\Config\Writer`` gives you the ability to write config files out of array, ``Zend\Config\Config`` and any
Traversable object. The ``Zend\Config\Writer`` is an interface that defines two methods: ``toFile()`` and
``toString()``. We have three specific writers that implement this interface:
``toString()``. We have five specific writers that implement this interface:

- ``Zend\Config\Writer\Ini``

Expand Down

0 comments on commit 6d48e41

Please sign in to comment.