Lower-case error messages

master
Lars Mueller 2021-09-10 12:20:50 +02:00
parent 6ef5aad1d7
commit 0f83e6f470
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ function colorspec.from_string(string)
r = (floor(num / (16 ^ 2)) % 16) * 17
}
end
error("Invalid colorstring: " .. string)
error("invalid colorstring: " .. string)
end
colorspec.from_text = colorspec.from_string