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.
1 parent 9866ed2 commit 0961605Copy full SHA for 0961605
scala-console/src/main/scala/ij_plugins/scala/console/editor/extra/Subscriber.scala
@@ -27,7 +27,7 @@ package ij_plugins.scala.console.editor.extra
27
/**
28
* `Subscriber[A, B]` objects may subscribe to events of type `A`
29
* published by an object of type `B`. `B` is typically a subtype of
30
- * [[scala.collection.mutable.Publisher]].
+ * [[ij_plugins.scala.console.editor.extra.Publisher]].
31
*
32
* @author Matthias Zenger
33
* @author Martin Odersky
0 commit comments