Skip to content

Commit

Permalink
Update base/file.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com>
  • Loading branch information
IanButterworth and topolarity authored Feb 29, 2024
1 parent db92d21 commit b75f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ object will be 0 (`UV_DIRENT_UNKNOWN`) and [`isfile`](@ref) etc. will fall back
```julia
for obj in _readdirx()
isfile(obj) && println("$(obj.name) is a file with path $(obj.path)")
isfile(obj) && println("\$(obj.name) is a file with path \$(obj.path)")
end
```
"""
Expand Down

0 comments on commit b75f588

Please sign in to comment.