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: updates examples to use NULL #18008

Closed
wants to merge 1 commit into from

Commits on Jan 5, 2018

  1. doc: updates examples to use NULL

    Examples in the N-API doc used a mix of nullptr and NULL.
    We should be consistent and because N-API is a 'C' API I believe
    using NULL is better.  This will avoid any potential confusion
    as to whether N-API can be used with plain C.
    mhdawson committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    3c7f47a View commit details
    Browse the repository at this point in the history