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 846224d commit 26c73ccCopy full SHA for 26c73cc
crates/typst-library/src/introspection/location.rs
@@ -67,7 +67,7 @@ impl Location {
67
/// このlocationのページ番号とx座標とy座標を辞書で返します。
68
/// ページ番号は1始まりで、座標はページの左上から測ります。
69
///
70
- /// ページ番号にのみ興味がある場合は、代わりに`page()`を使用すると不必要な処理を省略できます。
+ /// ページ番号のみに興味がある場合は、代わりに`page()`を使用すると不要な処理を省略できます。
71
#[func]
72
pub fn position(self, engine: &mut Engine) -> Position {
73
engine.introspector.position(self)
0 commit comments