Skip to content

Commit eb82bbd

Browse files
author
Preetam Jinka
committed
add missing word
1 parent 6e0db3e commit eb82bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var Comments = function(tables) {
6969
m("p", "The following tables are being accessed with a full table scan. MySQL is reading all of the rows in these tables."),
7070
m("ul", [
7171
ftsTables.map(function(o) {
72-
return m("li", "Table ", m("strong", o.name), " with ", m("strong", o.rows), " examined per scan.")
72+
return m("li", "Table ", m("strong", o.name), " with ", m("strong", o.rows), " rows examined per scan.")
7373
})
7474
])
7575
];

0 commit comments

Comments
 (0)