Skip to content

Commit 63ecdb4

Browse files
authored
Fix documentation typo (elixir-lang#1441)
Update "functionalty" to "functionality"
1 parent 996b0fa commit 63ecdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/typespecs-and-behaviours.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You may define compound custom types, e.g. maps:
5959
}
6060
```
6161

62-
[Structs](https://elixir-lang.org/getting-started/structs.html) offer similar functionalty.
62+
[Structs](https://elixir-lang.org/getting-started/structs.html) offer similar functionality.
6363

6464
Let's look at another example to understand how to define more complex types. Say we have a `LousyCalculator` module, which performs the usual arithmetic operations (sum, product, and so on) but, instead of returning numbers, it returns tuples with the result of an operation as the first element and a random remark as the second element.
6565

0 commit comments

Comments
 (0)