From e4fda4176ec477c3508549e165c12406f939e8f6 Mon Sep 17 00:00:00 2001 From: Alexander Seiler Date: Wed, 12 Apr 2023 15:13:36 +0200 Subject: Correct some typos (#746) --- library/src/compute/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/compute/data.rs') diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs index 3b30efac..8dba62f5 100644 --- a/library/src/compute/data.rs +++ b/library/src/compute/data.rs @@ -281,7 +281,7 @@ fn convert_yaml(value: serde_yaml::Value) -> Value { } } -/// Converts an arbitary YAML mapping key into a Typst Dict Key. +/// Converts an arbitrary YAML mapping key into a Typst Dict Key. /// Currently it only does so for strings, everything else /// returns None fn convert_yaml_key(key: serde_yaml::Value) -> Option { -- cgit v1.2.3