Skip to content

Commit a62a29e

Browse files
authored
Update crates/typst-library/src/introspection/location.rs
1 parent 02afa8d commit a62a29e

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
@@ -15,7 +15,7 @@ use crate::model::Numbering;
1515
/// また、検索したロケーションや表示された要素のロケーションは、コンテンツの[`location()`]($content.location)メソッドを使って取得できます。
1616
///
1717
/// # ロケータブル要素 { #locatable }
18-
/// 現在、要素関数の一部のみがロケータブルです
18+
/// 現在、要素関数の一部のみがロケーションを取得可能です
1919
/// 見出しや図表の他に、数式、参照、引用、全ての明示的なラベルを持つ要素が該当します。
2020
/// したがって、例えば[`strong`]要素に対してクエリが実行 _可能_ ですが、見つかるのは明示的にラベルが付けられたもののみです。
2121
/// この制限は将来的に解消される予定です。

0 commit comments

Comments
 (0)