Updates pseudocode example usage from Mix.env to Mix.env() to avoid confusion #1533
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm just getting into Elixir, so please bear with me if this is nonsense.
I was reading through the "introduction to Mix" guide, and https://github.com/elixir-lang/elixir-lang.github.com/blame/master/getting-started/mix-otp/introduction-to-mix.markdown#L283-L289 confused me slightly, since it is referencing that Mix.env is a function, but then not executing on the example usage.
By scrolling back, I could verify that the example mix.exs snippet https://github.com/elixir-lang/elixir-lang.github.com/blame/master/getting-started/mix-otp/introduction-to-mix.markdown#L85-L114, effectively points to executing Mix.env as function.
Sorry if this comes across like a little bit nitpicky, just trying to contribute back my two cents, love the docs!