Skip to content

Commit 4d10795

Browse files
authored
Update crates/typst-library/src/introspection/location.rs
1 parent a62a29e commit 4d10795

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
@@ -77,7 +77,7 @@ impl Location {
7777
/// これにより、ページカウンターの表示する際に、その位置での番号付けを取得できます。
7878
/// これは独自の索引やアウトラインを作成する場合に便利です。
7979
///
80-
/// その位置でのページの番号付けが`{none}`に設定されていた場合、`{none}`を返します。
80+
/// そのロケーションのページの番号付けが`{none}`に設定されていた場合、`{none}`を返します。
8181
#[func]
8282
pub fn page_numbering(self, engine: &mut Engine) -> Option<Numbering> {
8383
engine.introspector.page_numbering(self).cloned()

0 commit comments

Comments
 (0)