Skip to content

Commit

Permalink
Fix typo in modules.md (#2983)
Browse files Browse the repository at this point in the history
Changes "let's" to "lets"
  • Loading branch information
noamsauerutley committed May 19, 2024
1 parent b9068d8 commit 1f9e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/en/basics/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ iex> inspect(sean)
```

All of our fields are present which is okay for this example but what if we had a protected field we didn't want to include?
The new `@derive` feature let's us accomplish just this!
The new `@derive` feature lets us accomplish just this!
Let's update our example so `roles` are no longer included in our output:

```elixir
Expand Down

0 comments on commit 1f9e83d

Please sign in to comment.