summaryrefslogtreecommitdiff
path: root/library/src/compute/construct.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-23 00:33:22 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-23 00:34:17 +0100
commit1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (patch)
tree3d63a07659ca159c72d87b465699049301628c89 /library/src/compute/construct.rs
parentfd787317a858f0f6d9a3ac551d3fecb93286a0af (diff)
Fix typos
Diffstat (limited to 'library/src/compute/construct.rs')
-rw-r--r--library/src/compute/construct.rs2
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.