Skip to content

Commit 419ca88

Browse files
committed
Last readme change for now
1 parent d2a7dbd commit 419ca88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ iex> Unicode.String.split "This is a sentence. And another.", break: :line
7676

7777
## Segment Streaming
7878

79-
Segmentation can also be streamed using `Unicode.String.stream/2`. For large strings this may improve memory usage since the intermediate segments will garbage collected when they fall out of scope.
79+
Segmentation can also be streamed using `Unicode.String.stream/2`. For large strings this may improve memory usage since the intermediate segments will be garbage collected when they fall out of scope.
8080

8181
```elixir
8282
iex> Enum.to_list Unicode.String.stream("this is a set of words", trim: true) ["this", "is", "a", "set", "of", "words"]

0 commit comments

Comments
 (0)