1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00
This commit is contained in:
bolero-MURAKAMI 2012-10-13 21:12:35 +09:00
parent 79ea4f0885
commit f53be1a3d5

View file

@ -172,7 +172,7 @@ namespace sprout {
} else {
if (falsename_ok) {
rhs = false;
} else if (truename_ok) {
} else if (truename_ok) {
rhs = true;
} else if (othername_ok) {
rhs = indeterminate;