summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-05-12 10:58:33 +0200
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-05-12 10:58:33 +0200
commit984fe09b6e79912d93dc526a287badd83063d81e (patch)
treee87a54cd697f018527881ee2d40f0e6891b93eff
parent3f28bbed6d1c2d49201da700907aae460f15cd4d (diff)
parentb185cbdeeda030df11a9459eb53c426a9c9a4555 (diff)
downloadscala-984fe09b6e79912d93dc526a287badd83063d81e.tar.gz
scala-984fe09b6e79912d93dc526a287badd83063d81e.tar.bz2
scala-984fe09b6e79912d93dc526a287badd83063d81e.zip
Merge pull request #3722 from som-snytt/issue/8325-spec-update
Issue/8325 spec update
-rw-r--r--spec/03-types.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/03-types.md b/spec/03-types.md
index 66ddee8b7e..4a02c7a8c1 100644
--- a/spec/03-types.md
+++ b/spec/03-types.md
@@ -352,8 +352,7 @@ An infix type $T_1$ `op` $T_2$ consists of an infix
operator `op` which gets applied to two type operands $T_1$ and
$T_2$. The type is equivalent to the type application
`op`$[T_1, T_2]$. The infix operator `op` may be an
-arbitrary identifier, except for `*`, which is reserved as a postfix modifier
-denoting a [repeated parameter type](04-basic-declarations-and-definitions.html#repeated-parameters).
+arbitrary identifier.
All type infix operators have the same precedence; parentheses have to
be used for grouping. The [associativity](06-expressions.html#prefix-infix-and-postfix-operations)