Skip to content

Commit b9fffa3

Browse files
minhqdaojosevalim
authored andcommitted
Fix typo in getting-started guide (#13085)
Co-authored-by: minhqdao <[email protected]>
1 parent 7be8583 commit b9fffa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/basic-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can also use `is_float` or `is_number` to check, respectively, if an argumen
8383

8484
## Identifying functions and documentation
8585

86-
Before we move on to the next data type, let's talk about how Elixir identity functions.
86+
Before we move on to the next data type, let's talk about how Elixir identifies functions.
8787

8888
Functions in Elixir are identified by both their name and their arity. The arity of a function describes the number of arguments that the function takes. From this point on we will use both the function name and its arity to describe functions throughout the documentation. `trunc/1` identifies the function which is named `trunc` and takes `1` argument, whereas `trunc/2` identifies a different (nonexistent) function with the same name but with an arity of `2`.
8989

0 commit comments

Comments
 (0)