Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b894c commit 4f824e8Copy full SHA for 4f824e8
getting-started/module-attributes.markdown
@@ -83,7 +83,7 @@ Elixir developers will often use module attributes as constants:
83
84
```elixir
85
defmodule MyServer do
86
- @initial_state %{host: "147.0.0.1", port: 3456}
+ @initial_state %{host: "127.0.0.1", port: 3456}
87
IO.inspect @initial_state
88
end
89
```
0 commit comments