Skip to content

Commit 26c73cc

Browse files
ultimatileCopilot
andauthored
Update crates/typst-library/src/introspection/location.rs
Co-authored-by: Copilot <[email protected]>
1 parent 846224d commit 26c73cc

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
@@ -67,7 +67,7 @@ impl Location {
6767
/// このlocationのページ番号とx座標とy座標を辞書で返します。
6868
/// ページ番号は1始まりで、座標はページの左上から測ります。
6969
///
70-
/// ページ番号にのみ興味がある場合は、代わりに`page()`を使用すると不必要な処理を省略できます
70+
/// ページ番号のみに興味がある場合は、代わりに`page()`を使用すると不要な処理を省略できます
7171
#[func]
7272
pub fn position(self, engine: &mut Engine) -> Position {
7373
engine.introspector.position(self)

0 commit comments

Comments
 (0)