Skip to content

Commit 4ba365c

Browse files
authored
Fix typo on Introduction (#931)
1 parent 92aedca commit 4ba365c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

concepts/typespecs/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Some types can also be parameterized, for example `list(integer)` is a list of i
2323

2424
Literal values can also be used as types.
2525

26-
A union of types can be written using the pipe `|`. For example, `integer() | :error` means either an integer of the atom literal `:error`.
26+
A union of types can be written using the pipe `|`. For example, `integer() | :error` means either an integer or the atom literal `:error`.
2727

2828
A full list of all types can be found in the ["Typespecs" section in the official documentation][types].
2929

exercises/concept/city-office/.docs/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Some types can also be parameterized, for example `list(integer)` is a list of i
5454
5555
Literal values can also be used as types.
5656
57-
A union of types can be written using the pipe `|`. For example, `integer() | :error` means either an integer of the atom literal `:error`.
57+
A union of types can be written using the pipe `|`. For example, `integer() | :error` means either an integer or the atom literal `:error`.
5858
5959
A full list of all types can be found in the ["Typespecs" section in the official documentation][types].
6060

0 commit comments

Comments
 (0)