aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Smith <baggy@baggy.me.uk>2021-07-03 13:25:17 +0100
committerGitHub <noreply@github.com>2021-07-03 13:25:17 +0100
commit40a6be70e1e1a6f86920fd0a0c30dbf1aaca8e6d (patch)
treecc14eeac37148f801c4d586f35fd4a4d7642a3af
parent0d8b60255da44078ba3380d4996d521ccc135b3d (diff)
downloadperlweeklychallenge-club-40a6be70e1e1a6f86920fd0a0c30dbf1aaca8e6d.tar.gz
perlweeklychallenge-club-40a6be70e1e1a6f86920fd0a0c30dbf1aaca8e6d.tar.bz2
perlweeklychallenge-club-40a6be70e1e1a6f86920fd0a0c30dbf1aaca8e6d.zip
Update README.md
-rw-r--r--challenge-119/james-smith/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-119/james-smith/README.md b/challenge-119/james-smith/README.md
index f296cf3396..8747a9bc7c 100644
--- a/challenge-119/james-smith/README.md
+++ b/challenge-119/james-smith/README.md
@@ -133,7 +133,7 @@ End LINE
```
### Side note... an intepreter for CESIL...
-Didn't like the idea of relying on JAVASCRIPT... so here is a bare bones
+Didn't like the idea of relying on JAVA... so here is a bare bones
interpreter...
```perl
use strict;