elixir-bridge / elixir-bridge.github.io

Static Site for Elixirbridge
MIT License
21 stars 42 forks source link

Update syntax in Keyword List example #121

Closed dylanmei closed 5 years ago

dylanmei commented 5 years ago

Update syntax in Keyword List example.

[{:greeting, "hello"}, {:receiver, "world"}]

instead of

[{greeting: "hello}, {:receiever, "world"}]

aneyzberg commented 5 years ago

Sorry for the delay on getting to this. Thank you!