diff options
| author | Abigail <abigail@abigail.be> | 2021-09-05 21:50:01 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-09-05 21:50:01 +0200 |
| commit | 78c3559e2ff489f3c11d139cbb1437826d67d289 (patch) | |
| tree | 5d425100593dd9f2ff97b0368c5c209b96ce447a /challenge-128 | |
| parent | af281c65298d09f4ffc0a783a21be00dacb0d14f (diff) | |
| download | perlweeklychallenge-club-78c3559e2ff489f3c11d139cbb1437826d67d289.tar.gz perlweeklychallenge-club-78c3559e2ff489f3c11d139cbb1437826d67d289.tar.bz2 perlweeklychallenge-club-78c3559e2ff489f3c11d139cbb1437826d67d289.zip | |
Typo fix
Diffstat (limited to 'challenge-128')
| -rw-r--r-- | challenge-128/abigail/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-128/abigail/perl/ch-2.pl b/challenge-128/abigail/perl/ch-2.pl index 5f3afee6b0..f821891b94 100644 --- a/challenge-128/abigail/perl/ch-2.pl +++ b/challenge-128/abigail/perl/ch-2.pl @@ -47,7 +47,7 @@ use List::Util qw [max]; # Assumptions: # - If train A departures at time X, while train B arrives at time X, # the cannot share the same platform. -# - There is minimum distance between trains; that is, if train A +# - There is no minimum distance between trains; that is, if train A # leaves a platform at time X, train B can arrive at the platform # at time X + 1. # - No two trains can share a platform. Either the platforms are |
