We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c537259 commit cb8381bCopy full SHA for cb8381b
README.md
@@ -47,7 +47,7 @@ julia> typeof(apple) == typeof(banana) == typeof(orange) <: Fruit
47
true
48
```
49
50
-But this isn't particularly interesting. More intesting is sum types which can **enclose data**.
+But this isn't particularly interesting. More interesting are sum types which can **enclose data**.
51
Let's explore a very fundamental sum type (fundamental in the sense that all other sum types may be derived from it):
52
53
```julia
0 commit comments