Skip to content

Commit e0e196d

Browse files
committed
Update wording
1 parent f11470b commit e0e196d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analyzers/resistor-color-duo/ResistorColorDuoSolution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ class Entry {
492492
logger.log('~> missing .slice()')
493493
this.lastIssue_ = new MissingExpectedCall(
494494
'.slice(0, 2)',
495-
'limit the number of colors processed to 2'
495+
'limit the number of colors processed to two'
496496
)
497497
return false
498498
}
@@ -501,7 +501,7 @@ class Entry {
501501
logger.log('~> missing Number()')
502502
this.lastIssue_ = new MissingExpectedCall(
503503
'Number(...)',
504-
'convert the number-string back to an actual number'
504+
'convert the number-string back into an actual number'
505505
)
506506
return false
507507
}

0 commit comments

Comments
 (0)