Skip to content

Commit ed6698a

Browse files
Update crates/typst-library/src/introspection/locate.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent cab4843 commit ed6698a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn locate(
2828
/// その要素のロケーションが決定されます。
2929
///
3030
/// 以下との組み合わせが特に便利です。
31-
/// - [`here`]と組み合わせた現在のコンテキストでの位置の特定
31+
/// - [`here`]と組み合わせた現在のコンテキストでのロケーションの特定
3232
/// - 何らかのクエリで得られた要素からコンテンツの[`location()`]($content.location)メソッドを用いて取得した[`location`]
3333
selector: LocatableSelector,
3434
) -> HintedStrResult<Location> {

0 commit comments

Comments
 (0)