summaryrefslogtreecommitdiff
path: root/library/src/compute
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/compute')
-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.