Skip to content

Commit

Permalink
readme improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Sep 4, 2021
1 parent 037594a commit 3171e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Note: `FunLand` is an optional dependency of this library, so its functionality

iex> names = Arrays.new(["Ernie", "Bert", "Kermit"])
iex> names |> Stream.map(&String.upcase/1) |> Enum.into(Arrays.new())
##{@current_default_array}<["ERNIE", "BERT", "KERMIT"]>
#Arrays.Implementations.MapArray<["ERNIE", "BERT", "KERMIT"]>

iex> foods = Arrays.new(["Cheese", "Strawberries", "Cookies"])
iex> foods |> Enum.take(2)
Expand Down

0 comments on commit 3171e2f

Please sign in to comment.