From b7ff333ead97be345e13795576d1050a51c87e12 Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 5 Feb 2008 10:41:48 +0000 Subject: fixed typo --- src/library/scala/io/Source.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/scala/io/Source.scala b/src/library/scala/io/Source.scala index d6c6f42b66..5b4ad24858 100644 --- a/src/library/scala/io/Source.scala +++ b/src/library/scala/io/Source.scala @@ -123,7 +123,7 @@ object Source { /** Creates Source from file, using given character encoding, * setting its description to filename. Input is buffered in a buffer of - * size buffer_size. + * size bufferSize. */ def fromFile(file: File, enc: String, bufferSize: Int): Source = { val inpStream = new FileInputStream(file) -- cgit v1.2.3