Skip to content

Commit 846224d

Browse files
ultimatileCopilot
andauthored
Update crates/typst-library/src/introspection/location.rs
Co-authored-by: Copilot <[email protected]>
1 parent d9999d6 commit 846224d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/introspection/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::model::Numbering;
1212
///
1313
/// locationは文書中の要素を一意に識別し、ページ中での絶対位置へのアクセスを提供します。
1414
/// [`here`]関数を用いて現在位置を取得可能です。
15-
/// また、検索した位置や表示された要素の位置はコンテンツの[`location()`]($content.location)メソッドを用いて取得可能です
15+
/// また、検索した位置や表示された要素の位置は、コンテンツの[`location()`]($content.location)メソッドを使って取得できます
1616
///
1717
/// # ロケータブル要素 { #locatable }
1818
/// 現在、要素関数の一部のみがロケータブルです。

0 commit comments

Comments
 (0)