How to fix GenServer documentation?

Upon reading the GenServer official docs, I found a typo:

In both cases, Stack.start_link/1 is alwaus invoked.

Unacceptable!!! :wink:

How can I make PR and fix this?

1 Like

The docs for elixir are generated with ex_doc as well, so just do a PR to the elixir repo on github.

2 Likes

Already done here https://github.com/elixir-lang/elixir/pull/8623

1 Like

Rather interesting. If the change is already done and merged, then why do I still see the error ?

1 Like

This is the master branch. Updates to docs are usually not backported.

6 Likes