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.