Skip to content

Commit

Permalink
chore: fix missing HTTPS on link (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Feb 28, 2021
1 parent 9700d62 commit 6cb08ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gen_stage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ defmodule GenStage do
registration" section of the module documentation
* `:debug` - if present, the corresponding function in the [`:sys`
module](http://www.erlang.org/doc/man/sys.html) is invoked
module](https://erlang.org/doc/man/sys.html) is invoked
This function also accepts all the options accepted by
`GenServer.start_link/3`.
Expand Down

0 comments on commit 6cb08ee

Please sign in to comment.