Skip to content

Commit 97f3571

Browse files
authored
Fix incorrect version number in docstrings (#35886)
1 parent e58bc72 commit 97f3571

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

base/file.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ that directory will be recursively changed.
991991
Return `path`.
992992
993993
!!! note
994-
Prior to Julia 1.5, this did not correctly manipulate filesystem ACLs
994+
Prior to Julia 1.6, this did not correctly manipulate filesystem ACLs
995995
on Windows, therefore it would only set read-only bits on files. It
996996
now is able to manipulate ACLs.
997997
"""

base/sysinfo.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,9 @@ const WINDOWS_VISTA_VER = v"6.0"
440440
Return `true` if the given `path` has executable permissions.
441441
442442
!!! note
443-
Prior to Julia 1.5, this did not correctly interrogate filesystem
443+
Prior to Julia 1.6, this did not correctly interrogate filesystem
444444
ACLs on Windows, therefore it would return `true` for any
445-
file. From Julia 1.5 on, it correctly determines whether the
445+
file. From Julia 1.6 on, it correctly determines whether the
446446
file is marked as executable or not.
447447
"""
448448
function isexecutable(path::String)

0 commit comments

Comments
 (0)