Skip to content

Address #2185: Fix some bikeshed errors #2233

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

Merged
merged 3 commits into from
Jul 30, 2020

Conversation

rtoy
Copy link
Member

@rtoy rtoy commented Jul 28, 2020

Fixing links to parameters to the constructor. Basically, we
previously had something like

{{PeriodicWave/PeriodicWave(context, options)/options!!argument}}

and replace it with

{{PeriodicWave/constructor(context, options)/options!!argument}}

Preview | Diff

rtoy added 3 commits July 28, 2020 12:57
Fixing links to parameters to the constructor. Basically, we
previously had something like
```
{{PeriodicWave/PeriodicWave(context, options)/options!!argument}}
```
and replace it with
```
{{PeriodicWave/constructor(context, options)/options!!argument}}
```
Fixed the same way as for PeriodicWave.
@rtoy rtoy marked this pull request as draft July 28, 2020 20:16
@rtoy rtoy marked this pull request as ready for review July 28, 2020 20:44
@rtoy rtoy requested a review from padenot July 28, 2020 20:44
@padenot padenot merged commit fecc4e7 into WebAudio:main Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants