Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Jun 1, 2015
1 parent 201eccb commit af7faa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ var ADODB = {

// Empty
if (records.length === 0) {
message = 'The recordset is empty !';
message = 'The scalar recordset is empty !';
}
} catch (e) {
valid = false;
Expand Down

0 comments on commit af7faa0

Please sign in to comment.