1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 00:04:11 +02:00

Cleanup comments, release 1.1.0

This commit is contained in:
Daniel St. Jules
2013-08-31 19:30:47 -04:00
parent a667c4aa6a
commit 63298f36a8

View File

@@ -9,7 +9,7 @@ class Stringy
public $encoding;
/**
* Inializes a Stringy object and assigns both str and encoding properties
* Initializes a Stringy object and assigns both str and encoding properties
* the supplied values. If $encoding is not specified, it defaults to
* mb_internal_encoding().
*