Skip to content

Commit 64811e0

Browse files
authored
Fix typo in the docs (#297)
Found via "codespell deps,doc".
1 parent a0b704b commit 64811e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gen_stage.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ defmodule GenStage do
937937
section in the module documentation.
938938
939939
* Dispatch less events than `demand` - in this case, the producer is
940-
responsibile for storing the demand ("buffering demand") and then emitting
940+
responsible for storing the demand ("buffering demand") and then emitting
941941
events when they are available.
942942
943943
See the "Demand" section in the module documentation.

0 commit comments

Comments
 (0)