From c5883813fd68b2c09ab6814144bdd87fa6d82282 Mon Sep 17 00:00:00 2001 From: lgilbuena <74790030+lgilbuena@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:35:13 +0000 Subject: [PATCH] fixed links on p5.Oscillator subpage --- src/content/reference/en/p5.sound/p5.Oscillator.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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