Corrected the example: Compress a series of identical characters to a single character (#1670)

coverage
Starbeamrainbowlabs 2017-11-27 17:58:34 +00:00 committed by GitHub
commit d00b10d6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- Compress a series of identical characters to a single character:
`tr -s '\n'`
`tr -s '{{input_characters}}'`
- Translate the contents of the file to upper-case and print result: