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: modernize code examples in the cluster.md #10270

Closed
wants to merge 7 commits into from
Closed

doc: modernize code examples in the cluster.md #10270

wants to merge 7 commits into from

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    a6898ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d13cf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c1998d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef60ed5 View commit details
    Browse the repository at this point in the history
  5. doc: for...in -> forEach in the cluster.md

    It also will be consistent with a previous code example.
    vsemozhetbyt committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    473a29c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    efee9b6 View commit details
    Browse the repository at this point in the history
  2. doc: simplify examples in the cluster.md

    `cluster.workers` iteration: `Object.keys().forEach` -> `for`...`in`
    vsemozhetbyt committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    e5307f3 View commit details
    Browse the repository at this point in the history