diff options
Diffstat (limited to 'library/src/compute/data.rs')
| -rw-r--r-- | library/src/compute/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Str> { |
