Skip to content

Commit

Permalink
Update beam.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Oct 27, 2024
1 parent bc8c563 commit fcf76f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beam.zig
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ pub fn get_bool(environment: env, val: term) !bool {
} else if (str_cmp(false_slice, str)) {
return false;
} else {
return Error.failToGetBoolean;
return Error.@"Fail to get boolean";
}
}

Expand Down

0 comments on commit fcf76f5

Please sign in to comment.