Skip to content

Commit

Permalink
Distinguish maps in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Apr 21, 2021
1 parent 43becb5 commit 0f73521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ message Msg{
}
```

You can interact with `Msg` as if it were a native Elixir structure. For example, note how the map `b` is translated into a [map](https://hexdocs.pm/elixir/Map.html):
You can interact with `Msg` as if it were a native Elixir structure. For example, note how the protobuf map `b` is translated into an Elixir [map](https://hexdocs.pm/elixir/Map.html):

```elixir
iex> msg = %Msg{a: 42, b: %{1 => "a map entry"}}
Expand Down

0 comments on commit 0f73521

Please sign in to comment.