Skip to content

Commit

Permalink
Update base/sysinfo.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengyu Han authored Jan 18, 2025
1 parent e8d7168 commit 6d60046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/sysinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ Runtime predicate for testing if Julia is running inside
Windows Subsystem for Linux (WSL).
!!! note
Unlike `Sys.iswindows`, `Sys.islinux` etc., this is a runtime tests, and thus
cannot meaningfully be used in `@static if ` constructs.
Unlike `Sys.iswindows`, `Sys.islinux` etc., this is a runtime test, and thus
cannot meaningfully be used in `@static if` constructs.
!!! compat "Julia 1.12"
This function requires at least Julia 1.12.
Expand Down

0 comments on commit 6d60046

Please sign in to comment.