Skip to content

Commit 1f7b6e9

Browse files
authored
Fix mistake in Readme.adoc (#265)
Pull request: #265
1 parent d3cdb19 commit 1f7b6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ os.readLink(wd / "misc" / "broken-abs-symlink") ==> os.root / "doesnt" / "exist"
11281128
----
11291129

11301130
Note that symbolic links can be either absolute ``os.Path``s or relative
1131-
``os.RelPath``s, represented by `os.FilePath`. You can also use `os.readLink.all`
1131+
``os.RelPath``s, represented by `os.FilePath`. You can also use `os.readLink.absolute`
11321132
to automatically resolve relative symbolic links to their absolute destination:
11331133

11341134
[source,scala]

0 commit comments

Comments
 (0)