Fix grammatical error
This commit is contained in:
parent
70fe22dfad
commit
f754531e4d
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue