diff options
| author | Simon Tatham <anakin@pobox.com> | 2013-05-05 22:27:20 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2013-05-05 22:27:20 +0000 |
| commit | e5df38fa152115c02938e6360fc66ae02f5251bf (patch) | |
| tree | 4eccc53ec9e476f14461a26b9cc196f45bb39b0f /unruly.c | |
| parent | 2f7831bb1626d82baff706e507d61a820ad84df1 (diff) | |
| download | puzzles-e5df38fa152115c02938e6360fc66ae02f5251bf.zip puzzles-e5df38fa152115c02938e6360fc66ae02f5251bf.tar.gz puzzles-e5df38fa152115c02938e6360fc66ae02f5251bf.tar.bz2 puzzles-e5df38fa152115c02938e6360fc66ae02f5251bf.tar.xz | |
Correct the comment at the top of unruly.c, which is out of date as of
r9837.
[originally from svn r9838]
[r9837 == 2f7831bb1626d82baff706e507d61a820ad84df1]
Diffstat (limited to 'unruly.c')
| -rw-r--r-- | unruly.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ * * Some variants include an extra constraint, stating that no two rows or two * columns may contain the same exact sequence of zeros and ones. - * This rule is rarely used, so it has been discarded for this implementation. + * This rule is rarely used, so it is not enabled in the default presets + * (but it can be selected via the Custom configurer). * * More information: * http://www.janko.at/Raetsel/Tohu-Wa-Vohu/index.htm |