mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 11:22:19 +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
|
@ -1229,7 +1229,7 @@ pub fn exportFromInt(comptime T: type, comptime name: []const u8) void {
|
|||
|
||||
const answer = @mulWithOverflow(this, RocDec.one_point_zero_i128);
|
||||
if (answer[1] == 1) {
|
||||
roc_panic("Decimal conversion from integer failed!", 0);
|
||||
roc_panic("Decimal conversion from Integer failed!", 0);
|
||||
} else {
|
||||
return answer[0];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue