diff options
| author | James Smith <baggy@baggy.me.uk> | 2021-07-05 13:50:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 13:50:20 +0100 |
| commit | b0989bc072602dbd2c5d04161464e08073a65daf (patch) | |
| tree | 19fe0214ea7f980353fc1b4c2e46f3528bbc71b0 | |
| parent | e0e48a4be0ef24804b201dc94461b472e9082221 (diff) | |
| download | perlweeklychallenge-club-b0989bc072602dbd2c5d04161464e08073a65daf.tar.gz perlweeklychallenge-club-b0989bc072602dbd2c5d04161464e08073a65daf.tar.bz2 perlweeklychallenge-club-b0989bc072602dbd2c5d04161464e08073a65daf.zip | |
Update README.md
| -rw-r--r-- | challenge-120/james-smith/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-120/james-smith/README.md b/challenge-120/james-smith/README.md index d751eefe8c..9075aa0512 100644 --- a/challenge-120/james-smith/README.md +++ b/challenge-120/james-smith/README.md @@ -66,4 +66,4 @@ sub clock_angle_fast { } ``` -(Without disabling warnings this gives `Argument "04:00" isn't numeric in multiplication (*) at ..` errors) +(Without disabling warnings this gives `Argument "04:00" isn't numeric in modulus (%) at ..` errors) |
