Merge pull request #7232 from eed3si9n/wip/typo

Fix typo
This commit is contained in:
eugene yokota
2023-05-03 22:40:39 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
pacakge example package example
class ExampleSuite extends munit.FunSuite: class ExampleSuite extends munit.FunSuite:
+1 -1
View File
@@ -1,4 +1,4 @@
package example package example
@main def main(args: String*): Unit = @main def main(args: String*): Unit =
println(s"Hello ${args.toSeq}") println(s"Hello ${args.mkString}")