Skip to content

Commit 47e53e3

Browse files
committed
Fix comment typo
1 parent 6d19f01 commit 47e53e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/executeMany2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* The executeMany(): Binds section of the doc says:
2828
* The first data record determines the number of bind variables,
29-
* each bind variables data type, and its name (when binding by name).
29+
* each bind variable's data type, and its name (when binding by name).
3030
*
3131
*****************************************************************************/
3232
'use strict';
@@ -85,4 +85,4 @@ describe('172. executeMany2.js', function() {
8585
}
8686
}
8787
}); // 172.1
88-
});
88+
});

0 commit comments

Comments
 (0)