mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
typo
This commit is contained in:
parent
c32f851394
commit
a7c87af065
1 changed files with 1 additions and 1 deletions
|
@ -1874,7 +1874,7 @@ fn str_from_utf8(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
ret_var,
|
||||
)
|
||||
}
|
||||
/// Str.romUtf8Range : List U8, { start : Nat, count : Nat } -> Result Str [ BadUtf8 { byteIndex : Nat, problem : Utf8Problem } } ]*
|
||||
/// Str.fromUtf8Range : List U8, { start : Nat, count : Nat } -> Result Str [ BadUtf8 { byteIndex : Nat, problem : Utf8Problem } } ]*
|
||||
fn str_from_utf8_range(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
||||
let bytes_var = var_store.fresh();
|
||||
let bool_var = var_store.fresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue