diff options
| -rw-r--r-- | challenge-128/james-smith/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-128/james-smith/README.md b/challenge-128/james-smith/README.md index be4fb1ed86..2321921a0e 100644 --- a/challenge-128/james-smith/README.md +++ b/challenge-128/james-smith/README.md @@ -130,7 +130,7 @@ sub bump_platform { } ``` -**Notes: +**Notes:** We can also keep information about which trains are on by re-writing what is stored in `@plat` rather than storing the last departure time - we can store the arrival/departure time of trains on each platform... |
