aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-09-06 14:35:15 +0100
committerdrbaggy <js5@sanger.ac.uk>2021-09-06 14:35:15 +0100
commit9dd5dfe5e6f176b2b8ccaa91a88cf2a0d8e63f44 (patch)
treeea12af064a67a8821e72944b8b2b7ce24db5b9b8
parent6ee7e9d0a9b5f5b7bbe928a118a52d65b04e59e9 (diff)
parentad6852efcea9e96fa59de2907b64fd703a37462c (diff)
downloadperlweeklychallenge-club-9dd5dfe5e6f176b2b8ccaa91a88cf2a0d8e63f44.tar.gz
perlweeklychallenge-club-9dd5dfe5e6f176b2b8ccaa91a88cf2a0d8e63f44.tar.bz2
perlweeklychallenge-club-9dd5dfe5e6f176b2b8ccaa91a88cf2a0d8e63f44.zip
Merge branch 'master' of github.com:drbaggy/perlweeklychallenge-club
-rw-r--r--challenge-128/james-smith/README.md2
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...