FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix typo in basics.md regarding built-in modules (#3098) · elixirschool/elixirschool@0774bdd · GitHub

Commit 0774bdd

Browse files
authored
Fix typo in basics.md regarding built-in modules (#3098)
1 parent e75a17e commit 0774bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎lessons/en/basics/basics.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ iex> is_atom(MyApp.MyModule)
120120
true
121121
```
122122

123-
Atoms are also used to reference modules from Erlang libraries, including built in ones.
123+
Atoms are also used to reference modules from Erlang libraries, including built-in ones.
124124

125125
```elixir
126126
iex> :crypto.strong_rand_bytes 3

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL