From 33fd9779ec33e9ab5b49429364646e759137ddab Mon Sep 17 00:00:00 2001 From: "staticfloat@gmail.com" Date: Fri, 18 May 2018 15:17:09 -0700 Subject: [PATCH] Fix wording of `Sys.windows_version()` to be in the imperative https://github.com/JuliaLang/julia/pull/26559#discussion_r187183056 --- base/sysinfo.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/sysinfo.jl b/base/sysinfo.jl index 0ffe1c85b537b..6cc6b55198a77 100644 --- a/base/sysinfo.jl +++ b/base/sysinfo.jl @@ -318,7 +318,7 @@ end """ Sys.windows_version() -Returns the version number for the Windows NT Kernel as a `VersionNumber`, +Return the version number for the Windows NT Kernel as a `VersionNumber`, i.e. `v"major.minor.build"`, or `v"0.0.0"` if this is not running on Windows. """ windows_version