From 3093b566ab4c82032064d525d10d7c72494aa957 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Wed, 31 May 2023 18:16:49 +0200 Subject: [PATCH] More link fixes --- library/src/compute/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs index b321b7531..e39184587 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 dictionary or none or bool or int or float or string +/// Returns: array or dictionary or none or boolean or integer or float or string #[func] pub fn yaml( /// Path to a YAML file.