diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:33:22 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:34:17 +0100 |
| commit | 1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (patch) | |
| tree | 3d63a07659ca159c72d87b465699049301628c89 /library/src/compute | |
| parent | fd787317a858f0f6d9a3ac551d3fecb93286a0af (diff) | |
Fix typos
Diffstat (limited to 'library/src/compute')
| -rw-r--r-- | library/src/compute/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/compute/construct.rs b/library/src/compute/construct.rs index 81a8b990..821a1416 100644 --- a/library/src/compute/construct.rs +++ b/library/src/compute/construct.rs @@ -126,7 +126,7 @@ pub fn luma(args: &mut Args) -> SourceResult<Value> { /// /// ## Parameters /// - hex: EcoString (positional) -/// The color in hexademical notation. +/// The color in hexadecimal notation. /// /// Accepts three, four, six or eight hexadecimal digits and optionally /// a leading hashtag. |
