Skip to content

Commit 8193b7e

Browse files
Fix typo
1 parent 76fb5b8 commit 8193b7e

File tree

1 file changed

+1
-1
lines changed
  • docs/Runtime Environment

1 file changed

+1
-1
lines changed

docs/Runtime Environment/IO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end
6161
A boolean indicating if the path led towards a file.
6262
```pluto
6363
local path = "./isfile/file"
64-
local bool = io.isdir(path)
64+
local bool = io.isfile(path)
6565
if bool then
6666
print("File!")
6767
else

0 commit comments

Comments
 (0)