Merge pull request #4838 from roc-lang/more-str-docs

Minor `Str` improvements
This commit is contained in:
Richard Feldman 2022-12-31 01:58:50 -05:00 committed by GitHub
commit ccbd6ad593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 5 deletions

View file

@ -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 => {