Skip to content

Commit

Permalink
Fixed small typo in doc for File.scala (scala#18886)
Browse files Browse the repository at this point in the history
Fixed small typo in the documentation for `File.scala`.
  • Loading branch information
nicolasstucki authored Nov 9, 2023
2 parents 4eae174 + 3c09617 commit c7b3d7b
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 c7b3d7b

Please sign in to comment.