summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2006-06-07 18:32:38 +0000
committerLex Spoon <lex@lexspoon.org>2006-06-07 18:32:38 +0000
commita93415ff6555e4256fdc2e5e9e5cfda7f03179c7 (patch)
treeb5cdbd62d20c85655634bbcf2e3374ef50a43895 /docs
parent715c838ebb3f33f7b68aa226b3f7165e14f23c18 (diff)
downloadscala-a93415ff6555e4256fdc2e5e9e5cfda7f03179c7.tar.gz
scala-a93415ff6555e4256fdc2e5e9e5cfda7f03179c7.tar.bz2
scala-a93415ff6555e4256fdc2e5e9e5cfda7f03179c7.zip
use the standard ASCII apostrophe character for...
use the standard ASCII apostrophe character for portability
Diffstat (limited to 'docs')
-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