From 0d0140c0de98de28106610e58aa8bebc07566a85 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 17 Mar 2023 15:17:17 +0100 Subject: typo --- it_pipe.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_pipe.class') diff --git a/it_pipe.class b/it_pipe.class index 0ffb7af..ac1b987 100644 --- a/it_pipe.class +++ b/it_pipe.class @@ -12,7 +12,7 @@ class it_pipe implements Iterator * Creates a pipe object from input. Named arguments: * $p['fn'] filename to read lines from * $p['cmd'] cmd to read lines from - * $p['data'] data to read line from. either array of lines without newslines or string + * $p['data'] data to read line from. either array of lines without newlines or string */ function __construct($p = array()) { -- cgit v1.2.3