diff options
| author | Martin Haug <mhaug@live.de> | 2023-05-30 10:25:28 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2023-05-31 18:17:36 +0200 |
| commit | 78c615b25f8ab2dff23cfdcf59e41fb01080e62c (patch) | |
| tree | 3dcfca43991dad4eb2d7770768e74483b07e3345 /library | |
| parent | 08b49291bc876d948bfd2c90cb05796efc1254a6 (diff) | |
Fix 404 links
Diffstat (limited to 'library')
| -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 90ac03c9..b321b753 100644 --- a/library/src/compute/data.rs +++ b/library/src/compute/data.rs @@ -323,7 +323,7 @@ fn format_toml_error(error: toml::de::Error) -> EcoString { /// /// Display: YAML /// Category: data-loading -/// Returns: array or value or dictionary +/// Returns: array or dictionary or none or bool or int or float or string #[func] pub fn yaml( /// Path to a YAML file. |
