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
commit 602d623def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pacakge example
package example
class ExampleSuite extends munit.FunSuite:

View File

@ -1,4 +1,4 @@
package example
@main def main(args: String*): Unit =
println(s"Hello ${args.toSeq}")
println(s"Hello ${args.mkString}")