diff options
| author | Alexander Seiler <seileralex@gmail.com> | 2023-04-12 15:13:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 15:13:36 +0200 |
| commit | e4fda4176ec477c3508549e165c12406f939e8f6 (patch) | |
| tree | 08b28c86bbaf77476f3277eb55821b6b6c268259 /library/src/compute/data.rs | |
| parent | 1198e0cd385737efc38dbd8ba13db802a68e0dc7 (diff) | |
Correct some typos (#746)
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> { |
