Bläddra i källkod

Corrected the example: Compress a series of identical characters to a single character

The example wrongly used \n instead of {{input_characters}}.
Angsuman Chakraborty 7 år sedan
förälder
incheckning
fc6b0e4661
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      pages/common/tr.md

+ 1 - 1
pages/common/tr.md

@@ -16,7 +16,7 @@
 
 
 - Compress a series of identical characters to a single character:
 - 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:
 - Translate the contents of the file to upper-case and print result: