From 962cd093aa872f400811da5d32cb56d9f58fa51e Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Mon, 16 Jan 2012 13:34:35 -0800 Subject: [PATCH] [S03] fix tiny typo --- S03-operators.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S03-operators.pod b/S03-operators.pod index 5350a1bdc..5f8e4de71 100644 --- a/S03-operators.pod +++ b/S03-operators.pod @@ -4789,7 +4789,7 @@ syntactically, the underlying operator is always applied with its own associativity, just as the corresponding reduce operator would do. Note that, unlike the C operator, all the terms of a C operator -may reasonable be infinite lists, since zipping is lazy. +may reasonably be infinite lists, since zipping is lazy. All lists are assumed to be flat; multidimensional lists are handled by treating the first dimension as the only dimension.