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.
2 parents 48fcfdb + 3312387 commit a88960fCopy full SHA for a88960f
docs/docs/reference/contextual/extension-methods.md
@@ -38,7 +38,7 @@ When is an extension method applicable? There are two possibilities.
38
or inherited or imported in a scope enclosing the application.
39
- An extension method is applicable if it is a member of some given instance at the point of the application.
40
41
-As an example, consider an extension method `longestStrings` on `String` defined in a trait `StringSeqOps`.
+As an example, consider an extension method `longestStrings` on `Seq[String]` defined in a trait `StringSeqOps`.
42
43
```scala
44
trait StringSeqOps {
0 commit comments