Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix os.version() Windows API #32156

Merged
merged 1 commit into from Mar 13, 2020
Merged

doc: fix os.version() Windows API #32156

merged 1 commit into from Mar 13, 2020

Commits on Mar 13, 2020

  1. doc: fix os.version() Windows API

    pRtlGetVersion is not a thing. This text was likely a result of
    copying the variable name used in libuv. This commit updates the
    documentation to reference the correct Windows API call.
    
    PR-URL: nodejs#32156
    Refs: nodejs#31732
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    edb3ffb View commit details
    Browse the repository at this point in the history