Skip to content

Commit 302eeaa

Browse files
committed
Missed this spot in the README
1 parent a232b7c commit 302eeaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ defmodule Foo do
4141
input
4242
|> Enum.map(&(to_string(&1)))
4343
|> Foo.HardWorker.work
44-
|> tap(:r1, {:ok, r1})
44+
|> tap({:ok, r1}, r1)
4545
|> Enum.map(&(Foo.IntermediateResult.handle(&1)))
46-
|> tap(:r2, {:ok, r2})
46+
|> tap({:ok, r2}, r2)
4747
end
4848
end
4949
```

0 commit comments

Comments
 (0)