mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Merge pull request #4838 from roc-lang/more-str-docs
Minor `Str` improvements
This commit is contained in:
commit
ccbd6ad593
5 changed files with 11 additions and 5 deletions
|
@ -433,7 +433,7 @@ pub(crate) fn run_low_level<'a, 'ctx, 'env>(
|
|||
&[string, delimiter],
|
||||
&[],
|
||||
BitcodeReturns::List,
|
||||
bitcode::STR_STR_SPLIT,
|
||||
bitcode::STR_SPLIT,
|
||||
)
|
||||
}
|
||||
StrIsEmpty => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue