Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Oct 30, 2023
1 parent 4359512 commit 81cfcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gen_stage/dispatcher.ex
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ defmodule GenStage.Dispatcher do
another consumer subscribes.
This callback is responsible for sending events to consumer
stages. In order to do so, you must store a `from` value from a
stages. In order to do so, you must store a `from` value from a
previous `ask/3` callback.
It is recommended for these events to be sent with `Process.send/3`
Expand Down

0 comments on commit 81cfcbd

Please sign in to comment.