use the standard ASCII apostrophe character for portability

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@7722 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
spoon 2006-06-07 18:32:38 +00:00
parent 9e67cadc62
commit 49b33eb0cd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Program arguments passed to the main function.
.SH DESCRIPTION .SH DESCRIPTION
The \fBscala\fR utility launches a Scala application. It does this by starting The \fBscala\fR utility launches a Scala application. It does this by starting
a Java runtime environment, loading a specified class, and invoking that a Java runtime environment, loading a specified class, and invoking that
classs \fBmain\fR method. The method must have the following signature: class's \fBmain\fR method. The method must have the following signature:
.PP .PP
\fBdef\fR main(args: Array[String]): Unit \fBdef\fR main(args: Array[String]): Unit
.PP .PP