From 0799f1ed30aa1e5bfedffc0b54be491a9e39e20b Mon Sep 17 00:00:00 2001 From: Gavin-Niederman Date: Thu, 29 Jun 2023 05:11:41 -0700 Subject: [PATCH 1/2] fix: typos in chroma docs --- std-docs/chroma.md | 10 +++++----- std-docs/std-docs.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/std-docs/chroma.md b/std-docs/chroma.md index eef5821..2c53f11 100644 --- a/std-docs/chroma.md +++ b/std-docs/chroma.md @@ -115,7 +115,7 @@ > >**Description:** > ->_Creatss a new chroma from a hex string_ +>_creates a new chroma from a hex string_ > >**Example:** > @@ -148,7 +148,7 @@ > >**Description:** > ->_Creatss a new chroma from hsv values (0-1)_ +>_creates a new chroma from hsv values (0-1)_ > >**Example:** > @@ -182,7 +182,7 @@ > >**Description:** > ->_Creatss a new chroma from hsv values (0-360, 0-100, 0-100)_ +>_creates a new chroma from hsv values (0-360, 0-100, 0-100)_ > >**Example:** > @@ -216,7 +216,7 @@ > >**Description:** > ->_Creatss a new chroma from rgb values (0-1)_ +>_creates a new chroma from rgb values (0-1)_ > >**Example:** > @@ -250,7 +250,7 @@ > >**Description:** > ->_Creatss a new chroma from 8-bit rgb values (0-255)_ +>_creates a new chroma from 8-bit rgb values (0-255)_ > >**Example:** > diff --git a/std-docs/std-docs.md b/std-docs/std-docs.md index fb1a41a..6c1b7b6 100644 --- a/std-docs/std-docs.md +++ b/std-docs/std-docs.md @@ -539,7 +539,7 @@ _Generated using `spwn doc [file name]`_ > >**Description:** > ->_Creatss a new chroma from a hex string_ +>_Creates a new chroma from a hex string_ > >**Example:** > @@ -594,7 +594,7 @@ _Generated using `spwn doc [file name]`_ > >**Description:** > ->_Creatss a new chroma from hsv values (0-1)_ +>_Creates a new chroma from hsv values (0-1)_ > >**Example:** > @@ -628,7 +628,7 @@ _Generated using `spwn doc [file name]`_ > >**Description:** > ->_Creatss a new chroma from hsv values (0-360, 0-100, 0-100)_ +>_Creates a new chroma from hsv values (0-360, 0-100, 0-100)_ > >**Example:** > @@ -863,7 +863,7 @@ _Generated using `spwn doc [file name]`_ > >**Description:** > ->_Creatss a new chroma from rgb values (0-1)_ +>_Creates a new chroma from rgb values (0-1)_ > >**Example:** > @@ -897,7 +897,7 @@ _Generated using `spwn doc [file name]`_ > >**Description:** > ->_Creatss a new chroma from 8-bit rgb values (0-255)_ +>_Creates a new chroma from 8-bit rgb values (0-255)_ > >**Example:** > From f43f3d4e73c3a56c515208d428ba271a5975999f Mon Sep 17 00:00:00 2001 From: Gavin-Niederman Date: Thu, 29 Jun 2023 05:16:32 -0700 Subject: [PATCH 2/2] fix: capitalization of creates in chroma.md --- std-docs/chroma.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/std-docs/chroma.md b/std-docs/chroma.md index 2c53f11..e3d0069 100644 --- a/std-docs/chroma.md +++ b/std-docs/chroma.md @@ -115,7 +115,7 @@ > >**Description:** > ->_creates a new chroma from a hex string_ +>_Creates a new chroma from a hex string_ > >**Example:** > @@ -148,7 +148,7 @@ > >**Description:** > ->_creates a new chroma from hsv values (0-1)_ +>_Creates a new chroma from hsv values (0-1)_ > >**Example:** > @@ -182,7 +182,7 @@ > >**Description:** > ->_creates a new chroma from hsv values (0-360, 0-100, 0-100)_ +>_Creates a new chroma from hsv values (0-360, 0-100, 0-100)_ > >**Example:** > @@ -216,7 +216,7 @@ > >**Description:** > ->_creates a new chroma from rgb values (0-1)_ +>_Creates a new chroma from rgb values (0-1)_ > >**Example:** > @@ -250,7 +250,7 @@ > >**Description:** > ->_creates a new chroma from 8-bit rgb values (0-255)_ +>_Creates a new chroma from 8-bit rgb values (0-255)_ > >**Example:** >