Skip to content

Commit 04ca7da

Browse files
nhooyrjosevalim
authored andcommitted
Add missing line to protocols.markdown (elixir-lang#944)
1 parent bd87254 commit 04ca7da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

getting-started/protocols.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ In the [previous chapter](/getting-started/structs.html), we have learned that a
8383
iex> Size.size(%{})
8484
0
8585
iex> set = %MapSet{} = MapSet.new
86+
#MapSet<[]>
8687
iex> Size.size(set)
8788
** (Protocol.UndefinedError) protocol Size not implemented for #MapSet<[]>
8889
```

0 commit comments

Comments
 (0)