Skip to content

Commit

Permalink
fix broken link in JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Oct 9, 2023
1 parent d856814 commit b653d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/**
* This package (and sub-packages) provides the implementation of the {@link de.learnlib.algorithms.lstar L* variation}
* This package (and sub-packages) provides the implementation of the {@link de.learnlib.algorithm.lstar L* variation}
* based on the paper <a href="https://dx.doi.org/10.1006/inco.1995.1070">On the Learnability of Infinitary Regular
* Sets</a> by Oded Maler and Amir Pnueli.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/**
* This package (and sub-packages) provides the implementation of the {@link de.learnlib.algorithms.lstar L* variation}
* This package (and sub-packages) provides the implementation of the {@link de.learnlib.algorithm.lstar L* variation}
* based on the paper <a href="http://dx.doi.org/10.1006/inco.1993.1021">Inference of finite automata using homing
* sequences</a> by Ronald L. Rivest and Robert E. Schapire.
*/
Expand Down

0 comments on commit b653d4d

Please sign in to comment.