From e3416011517bfcce6d1577fc7411387901a410b8 Mon Sep 17 00:00:00 2001 From: clintval Date: Sun, 15 Dec 2024 21:33:42 -0500 Subject: [PATCH] chore: fixup a typo in the Scaladoc --- scala/seshat/src/io/cvbio/seshat/Seshat.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala/seshat/src/io/cvbio/seshat/Seshat.scala b/scala/seshat/src/io/cvbio/seshat/Seshat.scala index 5606c54..5a16d84 100644 --- a/scala/seshat/src/io/cvbio/seshat/Seshat.scala +++ b/scala/seshat/src/io/cvbio/seshat/Seshat.scala @@ -94,7 +94,7 @@ object Seshat { verify() } - /** Run the tool neodisambiguate. */ + /** Run the tool seshat. */ def main(args: Array[String]): Unit = { import com.fulcrumgenomics.util.Io