Commit c220c15
fix: Add sign to doubleSmallNumber example
The `doubleSmallNumber` description says a number is multiplied by 2
only if that number is smaller than or equal to 100, however the example
does not work when the number is equal to 100.1 parent 262dd20 commit c220c15
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | | - | |
0 commit comments