We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generic extensions
1 parent 64efaa1 commit 820afaeCopy full SHA for 820afae
docs/docs/reference/contextual/extension-methods.md
@@ -146,7 +146,7 @@ to the implementation of right binding operators as normal methods.
146
147
The `IntOps` examples extended a non generic type.
148
It is also possible to extend a specific instance of a generic type (e.g. Seq[String] -- see `stringOps` further below).
149
-And also generic types by adding type parameters to an extension method. Examples:
+Moreover, it is also possible to extend generic types by adding type parameters to an extension method. Examples:
150
151
```scala
152
def [T](xs: List[T]) second =
0 commit comments