diff options
Diffstat (limited to 'crates/typst-library/src/loading/json.rs')
| -rw-r--r-- | crates/typst-library/src/loading/json.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/typst-library/src/loading/json.rs b/crates/typst-library/src/loading/json.rs index 185bac14..aa908cca 100644 --- a/crates/typst-library/src/loading/json.rs +++ b/crates/typst-library/src/loading/json.rs @@ -51,9 +51,7 @@ use crate::loading::{DataSource, Load, Readable}; #[func(scope, title = "JSON")] pub fn json( engine: &mut Engine, - /// Path to a JSON file or raw JSON bytes. - /// - /// For more details about paths, see the [Paths section]($syntax/#paths). + /// A [path]($syntax/#paths) to a JSON file or raw JSON bytes. source: Spanned<DataSource>, ) -> SourceResult<Value> { let data = source.load(engine.world)?; |
