mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
s/CodePoint/CodePt/g
This commit is contained in:
parent
69b1497907
commit
267836226c
25 changed files with 69 additions and 69 deletions
|
@ -4412,8 +4412,8 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
|
||||
str_starts_with(env, scope, args[0], args[1])
|
||||
}
|
||||
StrStartsWithCodePoint => {
|
||||
// Str.startsWithCodePoint : Str, U32 -> Bool
|
||||
StrStartsWithCodePt => {
|
||||
// Str.startsWithCodePt : Str, U32 -> Bool
|
||||
debug_assert_eq!(args.len(), 2);
|
||||
|
||||
str_starts_with_code_point(env, scope, args[0], args[1])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue