doc/man/concat.man in alf-shell-0.16.3 vs doc/man/concat.man in alf-shell-0.16.4
- old
+ new
@@ -3,11 +3,11 @@
String concatenation
.SH Signature
.PP
.RS
.nf
-concat(expr: AttrName|(Tuple\->Numeric)) \-> Aggregator
+concat(expr: AttrName|(Tuple->Numeric)) -> Aggregator
.fi
.RE
.SH Examples
.PP
.RS
@@ -28,10 +28,10 @@
.fi
.RE
.PP
.RS
.nf
-concat(\->(t){ t.name.upcase }, between: ', ')
+concat(->(t){ t.name.upcase }, between: ', ')
.fi
.RE
.SH Description
.PP
Concatenates string representations of input values.
\ No newline at end of file