Fix grammatical error

This commit is contained in:
Alexander Klimov 2014-08-26 10:21:29 +02:00
parent 70fe22dfad
commit f754531e4d
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ class Query extends SimpleQuery
*/
public function fetchOne()
{
throw new ProgrammingError('Statusdat/Query::fetchOne not yet implemented');
throw new ProgrammingError('Statusdat/Query::fetchOne() is not implemented yet');
}
/**