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 example in repl documentation about context properties #8469

Closed
wants to merge 1 commit into from

Conversation

fhinkel
Copy link
Member

@fhinkel fhinkel commented Sep 9, 2016

Checklist
  • make -j4 test (UNIX) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

Fix an example in the repl documentation that explains how to set context properties.
We want to define the context property repl.context.m, not repl.m.

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. repl Issues and PRs related to the REPL subsystem. labels Sep 9, 2016
@addaleax
Copy link
Member

addaleax commented Sep 9, 2016

LGTM, thanks! It would be perfect if you could amend the commit’s subject line so that it’s not longer than 50 characters?

We want to define the context property r.context.m, not r.m.
@fhinkel
Copy link
Member Author

fhinkel commented Sep 9, 2016

Forgot about that. Done!

@cjihrig
Copy link
Contributor

cjihrig commented Sep 9, 2016

LGTM

1 similar comment
@jasnell
Copy link
Member

jasnell commented Sep 12, 2016

LGTM

jasnell pushed a commit that referenced this pull request Sep 12, 2016
Define the context property r.context.m, not r.m.

PR-URL: #8469
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

jasnell commented Sep 12, 2016

Landed in 73b0182

@jasnell jasnell closed this Sep 12, 2016
Fishrock123 pushed a commit that referenced this pull request Sep 14, 2016
Define the context property r.context.m, not r.m.

PR-URL: #8469
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. repl Issues and PRs related to the REPL subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants