We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5986e0 commit 35d3466Copy full SHA for 35d3466
crates/typst-library/src/loading/read.rs
@@ -25,7 +25,7 @@ use crate::World;
25
#[func]
26
pub fn read(
27
engine: &mut Engine,
28
- /// ファイルへのパス。
+ /// ファイルのパス。
29
///
30
/// 詳細については、[パスのセクション]($syntax/#paths)を参照してください。
31
path: Spanned<EcoString>,
0 commit comments