shithub: puzzles

Download patch

ref: ef36a4232c5857e78a625c90a9f5d999a08ffc9d
parent: e37c2c0ad2811eadbf8e6f470cd719c5c21142fa
author: Jacob Nevins <jacobn@chiark.greenend.org.uk>
date: Fri Jul 29 19:05:10 EDT 2005

missing `i' in `\e'

[originally from svn r6151]

--- a/devel.but
+++ b/devel.but
@@ -2522,7 +2522,7 @@
 \S{utils-snewn} \cw{snewn()}
 
 \c var = snewn(n, type);
-\e iii            iiii
+\e iii         i  iiii
 
 This macro is the array form of \cw{snew()}. It takes two arguments;
 the first is a number, and the second is a type name. It allocates