diff --git a/src/content/reference/en/p5/gt.mdx b/src/content/reference/en/p5/gt.mdx index bf6dc80816..1dfc9feee6 100644 --- a/src/content/reference/en/p5/gt.mdx +++ b/src/content/reference/en/p5/gt.mdx @@ -4,7 +4,7 @@ module: Foundation submodule: Foundation file: src/core/reference.js description: >- -
The greater than operator > +
The greater than operator > evaluates to true if the left value is greater than diff --git a/src/content/reference/en/p5/gte.mdx b/src/content/reference/en/p5/gte.mdx index 8254e843ce..c9eb51463b 100644 --- a/src/content/reference/en/p5/gte.mdx +++ b/src/content/reference/en/p5/gte.mdx @@ -4,7 +4,7 @@ module: Foundation submodule: Foundation file: src/core/reference.js description: > -
The greater than or equal to operator >= +
The greater than or equal to operator >= evaluates to true if the left value is greater than or equal to diff --git a/src/content/reference/en/p5/lt.mdx b/src/content/reference/en/p5/lt.mdx index a43df653cb..a3f67787ce 100644 --- a/src/content/reference/en/p5/lt.mdx +++ b/src/content/reference/en/p5/lt.mdx @@ -4,7 +4,7 @@ module: Foundation submodule: Foundation file: src/core/reference.js description: > -
The less than operator << a="">
+ The less than operator <
evaluates to true if the left value is less than
diff --git a/src/content/reference/en/p5/lte.mdx b/src/content/reference/en/p5/lte.mdx
index ba3f2b65e5..82f41cd862 100644
--- a/src/content/reference/en/p5/lte.mdx
+++ b/src/content/reference/en/p5/lte.mdx
@@ -4,7 +4,7 @@ module: Foundation
submodule: Foundation
file: src/core/reference.js
description: >
- The less than or equal to operator <=< a="">
+ The less than or equal to operator <=
evaluates to true if the left value is less than or equal to