Skip to content

Commit c7b3d7b

Browse files
Fixed small typo in doc for File.scala (#18886)
Fixed small typo in the documentation for `File.scala`.
2 parents 4eae174 + 3c09617 commit c7b3d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/io/File.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object File {
3535
* @author Paul Phillips
3636
* @since 2.8
3737
*
38-
* ''Note: This is library is considered experimental and should not be used unless you know what you are doing.''
38+
* ''Note: This library is considered experimental and should not be used unless you know what you are doing.''
3939
*/
4040
class File(jpath: JPath)(implicit constructorCodec: Codec) extends Path(jpath) with Streamable.Chars {
4141
override val creationCodec: io.Codec = constructorCodec

0 commit comments

Comments
 (0)