We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a324c88 commit d0fb26aCopy full SHA for d0fb26a
1 file changed
lib/elixir/lib/inspect.ex
@@ -92,7 +92,7 @@ defprotocol Inspect do
92
end
93
94
inspect(%Point{x: 1})
95
- %Point{x: 1, y: 0}
+ #=> %Point{x: 1, y: 0}
96
97
## Custom implementation
98
0 commit comments