From a12bc3a797c1a29ef223c9e8be6c52cc4e748a02 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Thu, 29 Dec 2022 19:00:28 +0100 Subject: [PATCH] Correct plain text docs --- library/src/compute/data.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs index 5b20727e5..bcf64360d 100644 --- a/library/src/compute/data.rs +++ b/library/src/compute/data.rs @@ -13,7 +13,7 @@ use crate::prelude::*; /// ``` /// #let text = read("data.html") /// -/// An HTML file could look like this: \ +/// An example for a HTML file:\ /// #raw(text, lang: "html") /// ``` /// @@ -21,7 +21,7 @@ use crate::prelude::*; /// - path: EcoString (positional, required) /// Path to a file. /// -/// - returns: EcoString +/// - returns: string /// /// ## Category /// data-loading