Skip to content

Commit 016e655

Browse files
committed
Make changes according to review
1 parent a107543 commit 016e655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/slicer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
}
122122
}
123123

124-
// Validator for count query
124+
// Validator for count queries
125125
class QueryCountValidator extends SDBaseQueryValidator {
126126
constructor(query){
127127
super(query)
@@ -136,7 +136,7 @@
136136
}
137137
}
138138

139-
// Validator for top values query
139+
// Validator for top values queries
140140
class QueryTopValuesValidator extends SDBaseQueryValidator{
141141
constructor(query) {
142142
super(query)
@@ -170,7 +170,7 @@
170170
}
171171
}
172172

173-
// if top valus query is valid this returns true, otherwise false
173+
// if top values query is valid this returns true, otherwise false
174174
validator() {
175175
this._exceedsFieldsLimit();
176176
this._exceedsValuesContainsLimit();

0 commit comments

Comments
 (0)