Skip to content

Commit

Permalink
Fix wording of Sys.windows_version() to be in the imperative
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed May 21, 2018
1 parent 3c97d7d commit 3cf7dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sysinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cf7dfc

Please sign in to comment.