1

Fixing typo

This commit is contained in:
Alex Yatskov 2014-10-15 16:41:40 +09:00
parent bf87baa41a
commit 27c25edd9a

View File

@ -185,7 +185,7 @@
switch (delta) {
case 0:
return 'Most recent query';
case 1:
default:
return String(delta) + ' querie(s) back';
}
}