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 a62a29e commit 4d10795Copy full SHA for 4d10795
crates/typst-library/src/introspection/location.rs
@@ -77,7 +77,7 @@ impl Location {
77
/// これにより、ページカウンターの表示する際に、その位置での番号付けを取得できます。
78
/// これは独自の索引やアウトラインを作成する場合に便利です。
79
///
80
- /// その位置でのページの番号付けが`{none}`に設定されていた場合、`{none}`を返します。
+ /// そのロケーションのページの番号付けが`{none}`に設定されていた場合、`{none}`を返します。
81
#[func]
82
pub fn page_numbering(self, engine: &mut Engine) -> Option<Numbering> {
83
engine.introspector.page_numbering(self).cloned()
0 commit comments