Skip to content

Commit d3b959b

Browse files
committed
small doc update
See #84 Thanks Matt
1 parent d81f3c8 commit d3b959b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
started 8.7.1 13/11/18
22
- fix uint status bar pixels >2**31 [Rob Erdmann]
3+
- fix crash on redhat [bgilbert]
34

45
started 8.7.0 22/5/18
56
- added vips7compat.h include for libvips 8.7

doc/src/program.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,8 @@ \section{Lists and recursion}
821821
\ct{map3 fn l1 l2 l3} & map 3-ary function \ct{fn} over lists \ct{l1},
822822
\ct{l2} and \ct{l3} \\
823823
\ct{member l x} & true if \ct{x} is a member of list \ct{l} \\
824-
\ct{mkset l} & remove duplicates from list \ct{l} \\
824+
\ct{mkset eq l} & remove duplicates from list \ct{l} with equality
825+
function \ct{eq} \\
825826
\ct{postfix l r} & add element \ct{r} to the end of list \ct{l} \\
826827
\ct{product l} & product of list l \\
827828
\ct{repeat x} & make an infinite list of \ct{x}es \\
@@ -1510,7 +1511,7 @@ \subsection{Workspaces}
15101511
\subsection{The \ct{Image} class}
15111512
\mylabel{sec:Image}.
15121513

1513-
say supports mioxed ops with real, vector and complex constants
1514+
say supports mixed ops with real, vector and complex constants
15141515

15151516
\subsection{The \ct{Colour} class}
15161517
\mylabel{sec:colour}

0 commit comments

Comments
 (0)