diff options
| author | Abigail <abigail@abigail.be> | 2021-03-07 16:35:07 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-03-07 16:35:07 +0100 |
| commit | 79b6ea822ff59010eab475df0b0553ab4a897923 (patch) | |
| tree | 4d53250e64cd86231357cabbd4159e5713c93f15 /challenge-102 | |
| parent | 7177b4737cc44fd0a052d149310959aec4171818 (diff) | |
| download | perlweeklychallenge-club-79b6ea822ff59010eab475df0b0553ab4a897923.tar.gz perlweeklychallenge-club-79b6ea822ff59010eab475df0b0553ab4a897923.tar.bz2 perlweeklychallenge-club-79b6ea822ff59010eab475df0b0553ab4a897923.zip | |
Typo fix
Diffstat (limited to 'challenge-102')
| -rw-r--r-- | challenge-102/abigail/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-102/abigail/README.md b/challenge-102/abigail/README.md index 5fcfbe8ae8..36ebc70226 100644 --- a/challenge-102/abigail/README.md +++ b/challenge-102/abigail/README.md @@ -71,7 +71,7 @@ Write a script to produce Hash-counting string of that length. The definition of a hash-counting string is as follows: - the string consists only of digits 0-9 and hashes, `'#'`. -- there are no two consecutive hashes: `"##"z does not appear in your string +- there are no two consecutive hashes: `"##"` does not appear in your string - the last character is a hash - the number immediately preceding each hash (if it exists) is the position of that hash in the string, with the position being counted up from 1 |
