From 6d60046e3a97abb550dee977042a62539b0c3d55 Mon Sep 17 00:00:00 2001 From: Chengyu Han Date: Sat, 18 Jan 2025 11:18:31 +0800 Subject: [PATCH] Update base/sysinfo.jl --- base/sysinfo.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/sysinfo.jl b/base/sysinfo.jl index 31ccbfda0390d..c96c318ec053b 100644 --- a/base/sysinfo.jl +++ b/base/sysinfo.jl @@ -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.