Skip to content

Commit 40c517f

Browse files
committed
fix comment
1 parent 135c290 commit 40c517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dialects/postgresql/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(dialect) {
3434
}
3535
});
3636

37-
// patch parent select to add some blocks
37+
// patch parent select template to add some blocks
3838
var selectTemplate = dialect.templates.get('select');
3939
selectTemplate.pattern = selectTemplate.pattern.replace('{distinct}', '{distinct} {distinctOn}');
4040

0 commit comments

Comments
 (0)