Skip to content

Commit

Permalink
Update example in contramap (evilsoft#449)
Browse files Browse the repository at this point in the history
in the docs the property num had the same type as the example above.
the change makes clear the contramap is not working on a different property instead of the type
  • Loading branch information
rolfst authored and dalefrancis88 committed Nov 1, 2019
1 parent 0ef43c9 commit 8a9021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/crocks/Arrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ arrAdd10Value
//=> 10

arrAdd10Value
.runWith({ num: '23' })
.runWith({ num: 23 })
//=> 10
```

Expand Down

0 comments on commit 8a9021d

Please sign in to comment.