From eb50bcfe3ef1c39ddfadad0a2fa98c2b00807e01 Mon Sep 17 00:00:00 2001 From: lgilbuena Date: Tue, 21 Apr 2026 11:34:04 -0400 Subject: [PATCH] fixed link on radians page that leads to constants/DEGREES --- src/content/reference/en/p5/constants/RADIANS.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/en/p5/constants/RADIANS.mdx b/src/content/reference/en/p5/constants/RADIANS.mdx index f2eaa34b2e..e5a605975f 100644 --- a/src/content/reference/en/p5/constants/RADIANS.mdx +++ b/src/content/reference/en/p5/constants/RADIANS.mdx @@ -21,7 +21,7 @@ description: > angleMode() has been set to - DEGREES.

+ DEGREES.

Note: TWO_PI radians equals 360˚.

line: 89