mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Fix typo in comment
This commit is contained in:
parent
06313a7736
commit
99feb7ce67
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue