Skip to content

Commit

Permalink
Fix documentation mispelling :norelpy -> :noreply (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 authored Jun 2, 2024
1 parent aa162c0 commit eef5ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slipstream.ex
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ defmodule Slipstream do
def handle_continue(:my_continue, state) do
# do something with state
{:norelpy, state}
{:noreply, state}
end
This provides a way to schedule work to occur immediately after
Expand Down

0 comments on commit eef5ef9

Please sign in to comment.