Skip to content

Commit

Permalink
Update src/std/main.ab
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc authored May 22, 2024
1 parent aff55d2 commit 1b0ff5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/std/main.ab
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub fun lines(text: Text): [Text] {
}

pub fun words(text: Text): [Text] {
let result = [Text]
unsafe $read -rd '' -a {nameof result} <<<"\${nameof text}"$
return result
}
Expand Down

0 comments on commit 1b0ff5b

Please sign in to comment.