Type is with a small letter

This commit is contained in:
Bart Visscher 2014-02-28 14:37:20 +01:00
parent 35a8dfb2fa
commit e2286c6598
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ interface IL10N {
* Translating
* @param string $text_singular the string to translate for exactly one object
* @param string $text_plural the string to translate for n objects
* @param Integer $count Number of objects
* @param integer $count Number of objects
* @param array $parameters default:array() Parameters for sprintf
* @return \OC_L10N_String Translation or the same text
*