| final var page = Integer.parseInt( digits ); | ||
| - // If the page number is suddenly less than the previous page count, | ||
| - // it means the typesetting engine is performing another pass. | ||
| + // If the page number is less than the previous page count, it | ||
| + // means that the typesetting engine has started another pass. | ||
| if( page < pageCount ) { | ||
| passCount++; |
| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-04-11 18:49:46 GMT-0700 |
| Commit | 75f4eaba1b7d1b34af9af0190e3bd02d965de162 |
| Parent | 1358a37 |
| Delta | 2 lines added, 2 lines removed |