Skip to content

Commit

Permalink
Fix block code indent in doc (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara authored Oct 31, 2024
1 parent 6cccc1e commit ede642a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stream_data.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1625,8 +1625,8 @@ defmodule StreamData do
## Examples
Enum.take(StreamData.non_negative_integer(), 3)
#=> [0, 2, 0]
Enum.take(StreamData.non_negative_integer(), 3)
#=> [0, 2, 0]
## Shrinking
Expand Down

0 comments on commit ede642a

Please sign in to comment.