Skip to content

Commit bdaa7c0

Browse files
Rename minor stuff
1 parent b147887 commit bdaa7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/errors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class AccountDisabledError extends SlicingDiceError {
158158
}
159159
}
160160

161-
// FIELD ERRORS
161+
// COLUMN ERRORS
162162
class ColumnMissingParamError extends SlicingDiceError {
163163
constructor(m) {
164164
super(m);
@@ -279,7 +279,7 @@ class ColumnExceededPermitedValueError extends SlicingDiceError {
279279
}
280280
}
281281

282-
// INDEX ERRORS
282+
// INSERTION ERRORS
283283
class InsertInvalidDecimalPlacesError extends SlicingDiceError {
284284
constructor(m) {
285285
super(m);

0 commit comments

Comments
 (0)