Skip to content

Commit f438efb

Browse files
wojtekmachJosé Valim
authored andcommitted
Remove reference to old Inspect.Opts.new
Signed-off-by: José Valim <[email protected]>
1 parent d0dd0bd commit f438efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/inspect.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defprotocol Inspect do
4848
implementation directly. For example, to test Inspect.MapSet above,
4949
you can invoke it as:
5050
51-
Inspect.MapSet.inspect(MapSet.new, Inspect.Opts.new)
51+
Inspect.MapSet.inspect(MapSet.new, %Inspect.Opts{})
5252
5353
"""
5454

0 commit comments

Comments
 (0)