Skip to content

Commit 0961605

Browse files
committed
Correct link
1 parent 9866ed2 commit 0961605

File tree

1 file changed

+1
-1
lines changed
  • scala-console/src/main/scala/ij_plugins/scala/console/editor/extra

1 file changed

+1
-1
lines changed

scala-console/src/main/scala/ij_plugins/scala/console/editor/extra/Subscriber.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package ij_plugins.scala.console.editor.extra
2727
/**
2828
* `Subscriber[A, B]` objects may subscribe to events of type `A`
2929
* published by an object of type `B`. `B` is typically a subtype of
30-
* [[scala.collection.mutable.Publisher]].
30+
* [[ij_plugins.scala.console.editor.extra.Publisher]].
3131
*
3232
* @author Matthias Zenger
3333
* @author Martin Odersky

0 commit comments

Comments
 (0)