Skip to content

Commit 31f3a74

Browse files
Fix missing sentence subject (#13800)
Thanks for the excellent docs, I am having a great time learning Elixir. Just noticed a small typo 🙂 Cheers.
1 parent 281a9df commit 31f3a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/module-attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can take a look at the docs for `Module` for a complete list of supported at
6868

6969
## As temporary storage
7070

71-
So far, we have seen how to define attributes, but how can read them? Let's see an example:
71+
So far, we have seen how to define attributes, but how can we read them? Let's see an example:
7272

7373
```elixir
7474
defmodule MyServer do

0 commit comments

Comments
 (0)