Skip to content

Commit

Permalink
Merge pull request #3273 from nikiforo/fix-comment
Browse files Browse the repository at this point in the history
fix comment about followLinks
  • Loading branch information
armanbilge authored Aug 13, 2023
2 parents ccbb07d + 25bcbd6 commit 3c93811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/shared/src/main/scala/fs2/io/file/Files.scala
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ sealed trait Files[F[_]] extends FilesPlatform[F] {
def getBasicFileAttributes(path: Path): F[BasicFileAttributes] =
getBasicFileAttributes(path, false)

/** Gets `BasicFileAttributes` for the supplied path. Symbolic links are not followed when `followLinks` is true. */
/** Gets `BasicFileAttributes` for the supplied path. Symbolic links are followed when `followLinks` is true. */
def getBasicFileAttributes(path: Path, followLinks: Boolean): F[BasicFileAttributes]

/** Gets the last modified time of the supplied path.
Expand Down

0 comments on commit 3c93811

Please sign in to comment.