mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Fix Str.startsWithCodePoint docs
This commit is contained in:
parent
465c5fa18a
commit
83dde26cd0
2 changed files with 3 additions and 3 deletions
|
@ -428,7 +428,7 @@ fn str_starts_with_code_point() {
|
|||
bool
|
||||
);
|
||||
assert_evals_to!(
|
||||
&format!(r#"Str.startsWithCodePoint "boobar" {}"#, 'f' as u32),
|
||||
&format!(r#"Str.startsWithCodePoint "zoobar" {}"#, 'f' as u32),
|
||||
false,
|
||||
bool
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue