Skip to content

Commit 9c22095

Browse files
committed
構文のページの章タイトルPathsを修正
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent 2a655c9 commit 9c22095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/typst/src/visualize/image/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use crate::World;
5353
pub struct ImageElem {
5454
/// 画像ファイルのパス
5555
///
56-
/// より詳細な情報は[Pathsの章]($syntax/#paths)を参照してください。
56+
/// より詳細な情報は[パスの章]($syntax/#paths)を参照してください。
5757
#[required]
5858
#[parse(
5959
let Spanned { v: path, span } =

docs/reference/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ I got an ice cream for
170170
\$1.50! \u{1f600}
171171
```
172172

173-
## Paths
173+
## パス { #paths }
174174
Typst has various features that require a file path to reference external
175175
resources such as images, Typst files, or data files. Paths are represented as
176176
[strings]($str). There are two kinds of paths: Relative and absolute.

0 commit comments

Comments
 (0)