From a93415ff6555e4256fdc2e5e9e5cfda7f03179c7 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Wed, 7 Jun 2006 18:32:38 +0000 Subject: use the standard ASCII apostrophe character for... use the standard ASCII apostrophe character for portability --- docs/man/man1/scala.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3