You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/elixir/pages/getting-started/anonymous-functions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ iex> h Kernel.trunc/1
31
31
Returns the integer part of number.
32
32
```
33
33
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 documentationfor 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.
0 commit comments