We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab4843 commit ed6698aCopy full SHA for ed6698a
crates/typst-library/src/introspection/locate.rs
@@ -28,7 +28,7 @@ pub fn locate(
28
/// その要素のロケーションが決定されます。
29
///
30
/// 以下との組み合わせが特に便利です。
31
- /// - [`here`]と組み合わせた現在のコンテキストでの位置の特定
+ /// - [`here`]と組み合わせた現在のコンテキストでのロケーションの特定
32
/// - 何らかのクエリで得られた要素からコンテンツの[`location()`]($content.location)メソッドを用いて取得した[`location`]
33
selector: LocatableSelector,
34
) -> HintedStrResult<Location> {
0 commit comments