summaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
Diffstat (limited to 'library/src')
-rw-r--r--library/src/compute/data.rs2
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.