Skip to content

Commit 901e066

Browse files
Fix typo in anonymous-functions.md (#14295)
1 parent b3cc618 commit 901e066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/anonymous-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ iex> h Kernel.trunc/1
3131
Returns the integer part of number.
3232
```
3333

34-
You can use the module+function to lookup for anything, including operators (try `h Kernel.+/2`). Invoking [`h`](`IEx.Helpers.h/1`) without arguments displays the documentation for `IEx.Helpers`, which is where `h` and other functionalities are defined.
34+
You can use the module+function identifiers to lookup documentation for anything, including operators (try `h Kernel.+/2`). Invoking [`h`](`IEx.Helpers.h/1`) without arguments displays the documentation for `IEx.Helpers`, which is where `h` and other functionalities are defined.
3535

3636
## Defining anonymous functions
3737

0 commit comments

Comments
 (0)