diff options
| author | Martin Haug <mhaug@live.de> | 2023-05-31 18:16:49 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2023-05-31 18:17:36 +0200 |
| commit | 3093b566ab4c82032064d525d10d7c72494aa957 (patch) | |
| tree | fcfce4562a0af2861277bffb77d018bae1ca3fc5 /library | |
| parent | 78c615b25f8ab2dff23cfdcf59e41fb01080e62c (diff) | |
More link fixes
Diffstat (limited to 'library')
| -rw-r--r-- | library/src/compute/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs index b321b753..e3918458 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. |
