Skip to content

Commit

Permalink
triq_dom: minor fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Apr 6, 2013
1 parent f542503 commit ecbcf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/triq_dom.erl
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@

-record(?DOM,
{kind :: atom() | tuple(),
pick =fun error_pick/2 :: pick_fun(T),
shrink =fun error_shrink/2 :: shrink_fun(T),
pick = fun error_pick/2 :: pick_fun(T),
shrink = fun error_shrink/2 :: shrink_fun(T),
empty_ok = true :: boolean()
}).

Expand Down

0 comments on commit ecbcf37

Please sign in to comment.