Skip to content

Commit fb3db59

Browse files
authored
Add use to the title of guide that introduces it (#13559)
1 parent e71a51b commit fb3db59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/pages/getting-started/alias-require-and-import.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# alias, require, and import
1+
# alias, require, import, and use
22

3-
In order to facilitate software reuse, Elixir provides three directives (`alias`, `require` and `import`) plus a macro called `use` summarized below:
3+
In order to facilitate software reuse, Elixir provides three directives (`alias`, `require`, and `import`) plus a macro called `use` summarized below:
44

55
```elixir
66
# Alias the module so it can be called as Bar instead of Foo.Bar

0 commit comments

Comments
 (0)