Skip to content

Commit

Permalink
Fixed small typo in doc for File.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasAlmerge authored Nov 9, 2023
1 parent 4eae174 commit 3c09617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/io/File.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c09617

Please sign in to comment.