We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba68480 commit edb3ffbCopy full SHA for edb3ffb
doc/api/os.md
@@ -399,7 +399,7 @@ added: v13.11.0
399
Returns a string identifying the kernel version.
400
401
On POSIX systems, the operating system release is determined by calling
402
-[uname(3)][]. On Windows, `pRtlGetVersion` is used, and if it is not available,
+[uname(3)][]. On Windows, `RtlGetVersion()` is used, and if it is not available,
403
`GetVersionExW()` will be used. See
404
https://en.wikipedia.org/wiki/Uname#Examples for more information.
405
0 commit comments