summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-05-30 10:25:28 +0200
committerMartin Haug <mhaug@live.de>2023-05-31 18:17:36 +0200
commit78c615b25f8ab2dff23cfdcf59e41fb01080e62c (patch)
tree3dcfca43991dad4eb2d7770768e74483b07e3345
parent08b49291bc876d948bfd2c90cb05796efc1254a6 (diff)
Fix 404 links
-rw-r--r--docs/src/general/changelog.md2
-rw-r--r--library/src/compute/data.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index 6ce26b5f..916ddc86 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -50,7 +50,7 @@ description: |
- Exposed [list]($func/list.item), [enum]($func/enum.item), and
[term list]($func/terms.item) items in their respective functions' scope
- The `at` methods on [strings]($type/string.at), [arrays]($type/array.at),
- [dictionaries]($type/dict.at), and [content]($type/content.at) now support
+ [dictionaries]($type/dictionary.at), and [content]($type/content.at) now support
specifying a default value
- Added support for passing a function to [`replace`]($type/string.replace)
that is called with each match.
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.