summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/loading/csv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-library/src/loading/csv.rs')
-rw-r--r--crates/typst-library/src/loading/csv.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/typst-library/src/loading/csv.rs b/crates/typst-library/src/loading/csv.rs
index 6fdec445..6afb5bae 100644
--- a/crates/typst-library/src/loading/csv.rs
+++ b/crates/typst-library/src/loading/csv.rs
@@ -26,9 +26,7 @@ use crate::loading::{DataSource, Load, Readable};
#[func(scope, title = "CSV")]
pub fn csv(
engine: &mut Engine,
- /// Path to a CSV file or raw CSV bytes.
- ///
- /// For more details about paths, see the [Paths section]($syntax/#paths).
+ /// A [path]($syntax/#paths) to a CSV file or raw CSV bytes.
source: Spanned<DataSource>,
/// The delimiter that separates columns in the CSV file.
/// Must be a single ASCII character.