Skip to content

Commit ee644ba

Browse files
authored
Update fs.ab
1 parent ba4c569 commit ee644ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/fs.ab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub fun dir_create(path: Text): Null {
5454
}
5555
}
5656

57-
/// Determine whether mkdir is OSX's.
57+
/// Determine whether mktemp is OSX's.
5858
fun is_osx_mktemp(): Bool {
5959
// OSX's mktemp does not have --version
6060
const path = silent $ mktemp --version $ failed {

0 commit comments

Comments
 (0)