summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library/src/compute/data.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs
index 5b20727e..bcf64360 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