mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Fix typos
This commit is contained in:
@@ -878,7 +878,7 @@ public class TimePickerDialog extends AppCompatDialogFragment implements OnValue
|
||||
// When the first digit is 2, the second digit may be 4-5.
|
||||
secondDigit = new Node(k4, k5);
|
||||
firstDigit.addChild(secondDigit);
|
||||
// We must now be followd by the last minute digit. E.g. 2:40, 2:53.
|
||||
// We must now be followed by the last minute digit. E.g. 2:40, 2:53.
|
||||
secondDigit.addChild(minuteSecondDigit);
|
||||
|
||||
// The first digit may be 3-9.
|
||||
|
||||
Reference in New Issue
Block a user