small fixes v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 17 Dec 2018 21:24:38 +0100
branchv_0
changeset 216 bbc9c89122f1
parent 215 c7e88edaedc5
child 217 3e2fd4ce9f02
small fixes
relpipe-data/examples.xml
--- a/relpipe-data/examples.xml	Sun Dec 16 13:42:25 2018 +0100
+++ b/relpipe-data/examples.xml	Mon Dec 17 21:24:38 2018 +0100
@@ -375,8 +375,8 @@
 		<h2>Writing an output filter in Bash</h2>
 		
 		<p>
-			In previous example we created and output filter in Perl. 
-			We converted a relation to values separated by <code>\0</code> and then passed it through <code>xargs</code> to a perl <em>one-liner</em> (or <em>multi-liner</em> in this case).
+			In previous example we created an output filter in Perl. 
+			We converted a relation to values separated by <code>\0</code> and then passed it through <code>xargs</code> to a perl <em>one-liner</em> (or a <em>multi-liner</em> in this case).
 			But we can write such output filter in pure Bash without <code>xargs</code> and <code>perl</code>.
 			Of course, it is still limited to a single relation (or it can process multiple relations of same type and do something like implicit <code>UNION ALL</code>).
 		</p>