Skip to content

Commit aab6980

Browse files
Update type-system.md
1 parent 88175e6 commit aab6980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ f : Integer -> Integer
2222
### System F
2323

2424
System F adds the ability for objects to be parameterized with quantified type variables.
25-
In LM type variables are represented with lowercase identifiers.
25+
In LSTS type variables are represented with lowercase identifiers.
2626

2727
```
2828
Some : a -> Maybe<a>

0 commit comments

Comments
 (0)