Skip to content

Commit ede642a

Browse files
authored
Fix block code indent in doc (#204)
1 parent 6cccc1e commit ede642a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/stream_data.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,8 +1625,8 @@ defmodule StreamData do
16251625
16261626
## Examples
16271627
1628-
Enum.take(StreamData.non_negative_integer(), 3)
1629-
#=> [0, 2, 0]
1628+
Enum.take(StreamData.non_negative_integer(), 3)
1629+
#=> [0, 2, 0]
16301630
16311631
## Shrinking
16321632

0 commit comments

Comments
 (0)