Skip to content

Commit

Permalink
linter whine.
Browse files Browse the repository at this point in the history
  • Loading branch information
demmings committed Dec 28, 2024
1 parent 3ae3aec commit 234b0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/CanadianTaxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ class ProvincialTaxCalculations {
*
* @param {Number} taxYear
* @param {Number} inflation
* @param {object} provincialTaxClass
* @param {Object} provincialTaxClass
*/
constructor(taxYear, inflation, provincialTaxClass) {
this.provincialTaxClass = provincialTaxClass;
Expand Down
2 changes: 1 addition & 1 deletion src/CanadianTaxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ class ProvincialTaxCalculations {
*
* @param {Number} taxYear
* @param {Number} inflation
* @param {object} provincialTaxClass
* @param {Object} provincialTaxClass
*/
constructor(taxYear, inflation, provincialTaxClass) {
this.provincialTaxClass = provincialTaxClass;
Expand Down

0 comments on commit 234b0f6

Please sign in to comment.