Skip to content

Commit 40015da

Browse files
author
loay
committed
Fix typo
1 parent 9302032 commit 40015da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/discovery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ function mixinDiscovery(PostgreSQL) {
329329
PostgreSQL.prototype.setDefaultOptions = function(options) {
330330
};
331331

332-
PostgreSQL.prototype.setNullableProperties = function(r) {
332+
PostgreSQL.prototype.setNullableProperty = function(property) {
333333
};
334334

335335
PostgreSQL.prototype.getDefaultSchema = function() {

0 commit comments

Comments
 (0)