summaryrefslogtreecommitdiff
path: root/docs/man/man1/scala.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man1/scala.1')
-rw-r--r--docs/man/man1/scala.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/man1/scala.1 b/docs/man/man1/scala.1
index ed7a7db52a..7393bef930 100644
--- a/docs/man/man1/scala.1
+++ b/docs/man/man1/scala.1
@@ -39,7 +39,7 @@ Program arguments passed to the main function.
.SH DESCRIPTION
The \fBscala\fR utility launches a Scala application. It does this by starting
a Java runtime environment, loading a specified class, and invoking that
-class’s \fBmain\fR method. The method must have the following signature:
+class's \fBmain\fR method. The method must have the following signature:
.PP
\fBdef\fR main(args: Array[String]): Unit
.PP