summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/07-implicits.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/07-implicits.md b/spec/07-implicits.md
index 5e10373959..1e687819d5 100644
--- a/spec/07-implicits.md
+++ b/spec/07-implicits.md
@@ -357,8 +357,6 @@ they appear and all the resulting evidence parameters are concatenated
in one implicit parameter section. Since traits do not take
constructor parameters, this translation does not work for them.
Consequently, type-parameters in traits may not be view- or context-bounded.
-Also, a method or class with view- or context bounds may not define any
-additional implicit parameters.
###### Example
The `<=` method from the [`Ordered` example](#example-ordered) can be declared