Skip to content

Commit

Permalink
Fixed example in docs for fixed_map/1 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasseebert authored and whatyouhide committed Jul 30, 2018
1 parent 1ae3358 commit 6d5a30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stream_data.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ defmodule StreamData do
binary: StreamData.binary(),
})
Enum.take(data, 3)
#=> [%{binary: "", int: 1}, %{binary: "", int: -2}, %{binary: "R1^", int: -3}]
#=> [%{binary: "", integer: 1}, %{binary: "", integer: -2}, %{binary: "R1^", integer: -3}]
## Shrinking
Expand Down

0 comments on commit 6d5a30e

Please sign in to comment.