dashbitco/flow

Spec Incorrect in Flow.into_specs/3

asummers opened this issue · 1 comments

According to the test here and the docs, the first argument of the tuple is a module, but the typespec here says that it should take a Supervisor.child_spec(). Should this have an | module() in the spec?

Never mind. This was an issue in my code.