mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Fix typo in comment
This commit is contained in:
parent
06313a7736
commit
99feb7ce67
@ -3382,7 +3382,7 @@ fn num_bytes_to(symbol: Symbol, var_store: &mut VarStore, offset: i64, low_level
|
||||
let add_var = var_store.fresh();
|
||||
let cast_var = var_store.fresh();
|
||||
|
||||
// Perform a bounds check. If it passes, run LowLevel::NumBytesToU16
|
||||
// Perform a bounds check. If it passes, run LowLevel::low_level
|
||||
let body = If {
|
||||
cond_var: bool_var,
|
||||
branch_var: var_store.fresh(),
|
||||
|
Loading…
Reference in New Issue
Block a user