aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2022-12-31 08:39:46 +0000
committerSimon Tatham <anakin@pobox.com>2022-12-31 08:39:46 +0000
commit0363e9e7fd49a240a39794904d38d4738f7c9d2a (patch)
tree26c6e5bd0fa718fae9d84befe2a6821ef9438ffe
parentcc36e478077b5b40fe0805a27f424f845104ce2e (diff)
downloadpuzzles-0363e9e7fd49a240a39794904d38d4738f7c9d2a.zip
puzzles-0363e9e7fd49a240a39794904d38d4738f7c9d2a.tar.gz
puzzles-0363e9e7fd49a240a39794904d38d4738f7c9d2a.tar.bz2
puzzles-0363e9e7fd49a240a39794904d38d4738f7c9d2a.tar.xz
devel.but: fix markup error causing build failure.
-rw-r--r--devel.but2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel.but b/devel.but
index b390ec4..e915a2d 100644
--- a/devel.but
+++ b/devel.but
@@ -4946,7 +4946,7 @@ This function mixes the colours \c{src1} and \c{src2} in specified
proportions, producing \c{dst}. \c{p} is the proportion of \c{src2}
in the result. So if \c{p} is \cw{1.0}, \cw{dst} will be the same as
\c{src2}. If \c{p} is \cw{0.0}, \cw{dst} will be the same as
-\c{src1}. And if \{p} is somewhere in between, so will \c{dst} be.
+\c{src1}. And if \c{p} is somewhere in between, so will \c{dst} be.
\c{p} is not restricted to the range \cw{0.0} to \cw{1.0}. Values
outside that range will produce extrapolated colours, which may be
useful for some purposes, but may also produce impossible colours.