You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}}
```
Copy file name to clipboardExpand all lines: index.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9031,7 +9031,7 @@ Constructors</h4>
9031
9031
<div algorithm="construct periodic wave">
9032
9032
1. Let <var>p</var> be a new {{PeriodicWave}} object. Let <dfn attribute for="PeriodicWave">\[[real]]</dfn> and <dfn attribute for="PeriodicWave">\[[imag]]</dfn> be two internal slots of type {{Float32Array}}, and let <dfn attribute for="PeriodicWave">\[[normalize]]</dfn> be an internal slot.
9033
9033
9034
-
1. Process {{PeriodicWave/PeriodicWave(context, options)/options!!argument}} according to one of the following cases:
9034
+
1. Process {{PeriodicWave/constructor(context, options)/options!!argument}} according to one of the following cases:
9035
9035
1. If both {{PeriodicWaveOptions/real|options.real}} and {{PeriodicWaveOptions/imag|options.imag}} are present
9036
9036
1. <span class="synchronous">If the lengths of {{PeriodicWaveOptions/real|options.real}} and {{PeriodicWaveOptions/imag|options.imag}} are different or if either length is less than 2, throw an {{IndexSizeError}} and abort this algorithm.</span>
9037
9037
1. Set {{[[real]]}} and {{[[imag]]}} to new arrays with the same length as {{PeriodicWaveOptions/real|options.real}}.
0 commit comments