Skip to content

Commit d45d4b0

Browse files
committed
Merge pull request elixir-lang#703 from endersstocker/clarify-structs
Clean up sentence in “Structs” section of Getting Started
2 parents e590dc8 + d557a7d commit d45d4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/structs.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ iex> john.__struct__
9090
User
9191
```
9292

93-
Notice that we referred to structs as **bare** maps because none of the protocols implemented for maps are available for structs. For example, you can't enumerate nor access a struct:
93+
Notice that we referred to structs as **bare** maps because none of the protocols implemented for maps are available for structs. For example, you can neither enumerate nor access a struct:
9494

9595
```iex
9696
iex> john = %User{}

0 commit comments

Comments
 (0)