doc/man/sum.man in alf-shell-0.16.3 vs doc/man/sum.man in alf-shell-0.16.4

- old
+ new

@@ -3,11 +3,11 @@ Arithmetic sum .SH Signature .PP .RS .nf -sum(expr: AttrName|(Tuple\->Numeric)) \-> Aggregator +sum(expr: AttrName|(Tuple->Numeric)) -> Aggregator .fi .RE .SH Examples .PP .RS @@ -22,10 +22,10 @@ .fi .RE .PP .RS .nf -sum(\->(t){ t.qty * t.price }) +sum(->(t){ t.qty * t.price }) .fi .RE .SH Description .PP Computes \fB\fCv1 + v2 + ... + vn\fR\&. \ No newline at end of file