summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-01-30 10:53:55 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-01-30 10:53:55 -0800
commitaf77f9705b8209906a770412dbb64b8190e4af3d (patch)
tree57159ec134fc43986db25feae690e0e87ec7c483 /spec
parent7b5998a0592ee707c02a13859fe1520687c76c38 (diff)
parentc0183aefc95f1028fce2a4018f8dd0f0976e7eee (diff)
downloadscala-af77f9705b8209906a770412dbb64b8190e4af3d.tar.gz
scala-af77f9705b8209906a770412dbb64b8190e4af3d.tar.bz2
scala-af77f9705b8209906a770412dbb64b8190e4af3d.zip
Merge pull request #4226 from jhegedus42/patch-1
Update 03-types.md
Diffstat (limited to 'spec')
-rw-r--r--spec/03-types.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/03-types.md b/spec/03-types.md
index d067d45ab2..5658e15f44 100644
--- a/spec/03-types.md
+++ b/spec/03-types.md
@@ -167,8 +167,8 @@ SimpleType ::= SimpleType TypeArgs
TypeArgs ::= ‘[’ Types ‘]’
```
-A parameterized type $T[ U_1 , \ldots , U_n ]$ consists of a type
-designator $T$ and type parameters $U_1 , \ldots , U_n$ where
+A parameterized type $T[ T_1 , \ldots , T_n ]$ consists of a type
+designator $T$ and type parameters $T_1 , \ldots , T_n$ where
$n \geq 1$. $T$ must refer to a type constructor which takes $n$ type
parameters $a_1 , \ldots , a_n$.