Skip to content

Commit cb8381b

Browse files
authored
Update README.md (#53)
1 parent c537259 commit cb8381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ julia> typeof(apple) == typeof(banana) == typeof(orange) <: Fruit
4747
true
4848
```
4949

50-
But this isn't particularly interesting. More intesting is sum types which can **enclose data**.
50+
But this isn't particularly interesting. More interesting are sum types which can **enclose data**.
5151
Let's explore a very fundamental sum type (fundamental in the sense that all other sum types may be derived from it):
5252

5353
```julia

0 commit comments

Comments
 (0)