Skip to content

Commit ce990e7

Browse files
authored
Apply suggestion from @ultimatile
1 parent 86574bc commit ce990e7

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
@@ -16,7 +16,7 @@ use crate::model::Numbering;
1616
///
1717
/// # ロケータブル要素 { #locatable }
1818
/// 現在、要素関数の一部のみがロケータブルです。
19-
/// 見出しと図表の他に、数式、参照、引用、全ての明示的なラベルを持つ要素が該当します。
19+
/// 見出しや図表の他に、数式、参照、引用、全ての明示的なラベルを持つ要素が該当します。
2020
/// したがって、例えば[`strong`]要素に対してクエリが実行 _可能_ ですが、見つかるのは明示的にラベルが付けられたもののみです。
2121
/// この制限は将来的に解消される予定です。
2222
#[ty(scope)]

0 commit comments

Comments
 (0)