mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
update a bunch of panic message to be capitalized
This commit is contained in:
parent
d37dd442f5
commit
298f93d20c
6 changed files with 26 additions and 26 deletions
|
@ -1382,7 +1382,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
}
|
||||
NumAbs => {
|
||||
const PANIC_MSG: &str =
|
||||
"integer absolute overflowed because its argument is the minimum value";
|
||||
"Integer absolute overflowed because its argument is the minimum value";
|
||||
|
||||
self.load_args(backend);
|
||||
|
||||
|
@ -1446,7 +1446,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
}
|
||||
NumNeg => {
|
||||
const PANIC_MSG: &str =
|
||||
"integer negation overflowed because its argument is the minimum value";
|
||||
"Integer negation overflowed because its argument is the minimum value";
|
||||
|
||||
self.load_args(backend);
|
||||
match CodeGenNumType::from(self.ret_layout) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue