From 78c615b25f8ab2dff23cfdcf59e41fb01080e62c Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Tue, 30 May 2023 10:25:28 +0200 Subject: Fix 404 links --- 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 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. -- cgit v1.2.3