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

[help docs] fixed wrong variable a to p #4148

Merged
merged 1 commit into from
Nov 15, 2018
Merged

[help docs] fixed wrong variable a to p #4148

merged 1 commit into from
Nov 15, 2018

Conversation

novadeviator
Copy link
Contributor

Purpose and Motivation

Fixing documentation typos.

Types of changes

  • Documentation (non-code change which corrects or adds documentation for existing features)
    changed a.clear(3); to p.clear(3) as that's the variable used, so that the code works.
    removed b.clear(3);

Checklist

  • All previous tests are passing
  • Tests were updated or created to address changes in this PR, and tests are passing
  • Updated documentation, if necessary
  • This PR is ready for review

changed a.clear(3); to p.clear(3) as that's the variable used, so that the code works.
removed b.clear(3);
Copy link
Contributor

@nhthn nhthn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! sorry about the delay.

@nhthn nhthn added the comp: help schelp documentation label Nov 15, 2018
@nhthn nhthn added this to the 3.10 milestone Nov 15, 2018
@nhthn nhthn merged commit 193bf1b into supercollider:develop Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: help schelp documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants