From 3c09617d2a349c45eed645a652a0d17108f0e177 Mon Sep 17 00:00:00 2001 From: Nicolas Almerge <44474247+NicolasAlmerge@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:00:29 +0100 Subject: [PATCH] Fixed small typo in doc for File.scala --- compiler/src/dotty/tools/io/File.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/dotty/tools/io/File.scala b/compiler/src/dotty/tools/io/File.scala index efce60d3f86d..22a0e04b2b48 100644 --- a/compiler/src/dotty/tools/io/File.scala +++ b/compiler/src/dotty/tools/io/File.scala @@ -35,7 +35,7 @@ object File { * @author Paul Phillips * @since 2.8 * - * ''Note: This is library is considered experimental and should not be used unless you know what you are doing.'' + * ''Note: This library is considered experimental and should not be used unless you know what you are doing.'' */ class File(jpath: JPath)(implicit constructorCodec: Codec) extends Path(jpath) with Streamable.Chars { override val creationCodec: io.Codec = constructorCodec