diff options
| author | Martin Haug <mhaug@live.de> | 2022-12-29 19:00:28 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-12-29 19:00:28 +0100 |
| commit | a12bc3a797c1a29ef223c9e8be6c52cc4e748a02 (patch) | |
| tree | 6d9e9b1d80d798ac44e6a6ce26207cf263710381 /library/src | |
| parent | 4119e46a6ee08c6f9f2f27697c57817b584a2f13 (diff) | |
Correct plain text docs
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/compute/data.rs | 4 |
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 |
