Skip to content

doc: fix os.version() Windows API

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/doc into master

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.

Refs: https://github.com/nodejs/node/pull/31732

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading