We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eae174 + 3c09617 commit c7b3d7bCopy full SHA for c7b3d7b
compiler/src/dotty/tools/io/File.scala
@@ -35,7 +35,7 @@ object File {
35
* @author Paul Phillips
36
* @since 2.8
37
*
38
- * ''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.''
39
*/
40
class File(jpath: JPath)(implicit constructorCodec: Codec) extends Path(jpath) with Streamable.Chars {
41
override val creationCodec: io.Codec = constructorCodec
0 commit comments