Skip to content

Commit 2e6dff5

Browse files
committed
Update crates/typst-library/src/introspection/counter.rs
1 parent a7be414 commit 2e6dff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/introspection/counter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ impl Counter {
506506

507507
/// カウンター値の更新。
508508
///
509-
/// `step`と同様に、生成されたコンテンツが文書中に配置されたときに限り更新が行われます
509+
/// `step`と同様に、生成されたコンテンツが文書中に配置されたときに限り更新が発生します
510510
#[func]
511511
pub fn update(
512512
self,

0 commit comments

Comments
 (0)