More link fixes

This commit is contained in:
Martin Haug 2023-05-31 18:16:49 +02:00
parent 78c615b25f
commit 3093b566ab

View File

@ -323,7 +323,7 @@ fn format_toml_error(error: toml::de::Error) -> EcoString {
/// ///
/// Display: YAML /// Display: YAML
/// Category: data-loading /// 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] #[func]
pub fn yaml( pub fn yaml(
/// Path to a YAML file. /// Path to a YAML file.