MINOR: fixed api doc (from r104682)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112372 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-15 01:04:34 +00:00
parent eb0de3cd70
commit 0e4573d5ab

View File

@ -5,8 +5,13 @@
*
* Usage:
*
* <code>
* $tr = new Transliterator();
* $ascii = $tr->toASCII($unicode);
* </code>
*
* @package sapphire
* @subpackage model
*/
class Transliterator {
/**