Skip to content

Commit 80a5ae9

Browse files
mratsimnarimiran
authored andcommitted
Explain what a variant means in other languages (#157)
1 parent af4fadb commit 80a5ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>Elegant</h3>
3939
<ul>
4040
<li>Macros cannot change Nim's syntax because there is no need for it —
4141
the syntax is flexible enough.</li>
42-
<li>Modern type system with local type inference, tuples, variants, generics, etc.</li>
42+
<li>Modern type system with local type inference, tuples, generics and sum types.</li>
4343
<li>Statements are grouped by indentation but can span multiple lines.</li>
4444
</ul>
4545

0 commit comments

Comments
 (0)