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:
parent
9e67cadc62
commit
49b33eb0cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue