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.