aboutsummaryrefslogtreecommitdiff
path: root/challenge-102
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-102')
-rw-r--r--challenge-102/abigail/README.md2
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