Skip to content

Commit a55c9f4

Browse files
committed
Fix SI-9202: fix punctuation in MSI installer
1 parent 08127d9 commit a55c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ScalaDist.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object ScalaDist {
4747
Seq(
4848
name := "scala",
4949
maintainer := "LAMP/EPFL and Typesafe, Inc. <scala-internals@googlegroups.com>",
50-
packageSummary := "The Scala Programming Language.",
50+
packageSummary := "The Scala Programming Language",
5151
packageDescription := "Have the best of both worlds. Construct elegant class hierarchies for maximum code reuse and extensibility, implement their behavior using higher-order functions. Or anything in-between.",
5252
crossPaths := false,
5353

0 commit comments

Comments
 (0)