We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11470b commit e0e196dCopy full SHA for e0e196d
src/analyzers/resistor-color-duo/ResistorColorDuoSolution.ts
@@ -492,7 +492,7 @@ class Entry {
492
logger.log('~> missing .slice()')
493
this.lastIssue_ = new MissingExpectedCall(
494
'.slice(0, 2)',
495
- 'limit the number of colors processed to 2'
+ 'limit the number of colors processed to two'
496
)
497
return false
498
}
@@ -501,7 +501,7 @@ class Entry {
501
logger.log('~> missing Number()')
502
503
'Number(...)',
504
- 'convert the number-string back to an actual number'
+ 'convert the number-string back into an actual number'
505
506
507
0 commit comments