Skip to content

Commit 35d3466

Browse files
committed
ファイルへのパス→ファイルのパス に表現を修正
1 parent d5986e0 commit 35d3466

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/loading

1 file changed

+1
-1
lines changed

crates/typst-library/src/loading/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use crate::World;
2525
#[func]
2626
pub fn read(
2727
engine: &mut Engine,
28-
/// ファイルへのパス
28+
/// ファイルのパス
2929
///
3030
/// 詳細については、[パスのセクション]($syntax/#paths)を参照してください。
3131
path: Spanned<EcoString>,

0 commit comments

Comments
 (0)