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