--- a/relpipe-data/classic-example.xml Mon Nov 26 12:15:40 2018 +0100
+++ b/relpipe-data/classic-example.xml Mon Nov 26 18:56:21 2018 +0100
@@ -42,8 +42,8 @@
WHITE]]></pre>
<p>
- So we have a list of colors of our dogs printed in upper-case.
- In case we have several dogs of same color, we could avoid duplicates simply by adding <code>| sort -u</code> in the pipeline (after the <code>cut</code> part).
+ So we have a list of colors of our dogs printed in big letters.
+ In case we have several dogs of same color, we could avoid duplicates simply by adding <code>| sort -u</code> in the pipeline (after the <code>cut</code> step).
</p>
<h2>The great parts</h2>