diff --git a/src/content/reference/en/p5.sound/p5.Oscillator.mdx b/src/content/reference/en/p5.sound/p5.Oscillator.mdx index b094b57176..4f53487090 100644 --- a/src/content/reference/en/p5.sound/p5.Oscillator.mdx +++ b/src/content/reference/en/p5.sound/p5.Oscillator.mdx @@ -22,10 +22,10 @@ description: >-

Set the type of oscillation with setType(), or by instantiating a - specific oscillator: p5.SinOsc, p5.TriOsc, p5.SqrOsc, or p5.SawOsc. + specific oscillator: p5.SinOsc, p5.TriOsc, p5.SqrOsc, or p5.SawOsc.

line: 4060