Skip to content

Commit 24f7163

Browse files
committed
crc: fix record_signer_agreement_capitulation_latency documentation, #5918
1 parent 4e1e2eb commit 24f7163

File tree

1 file changed

+2
-2
lines changed
  • stacks-signer/src/monitoring

1 file changed

+2
-2
lines changed

stacks-signer/src/monitoring/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub mod actions {
157157
.inc();
158158
}
159159

160-
/// Record the time (seconds) taken to a signer to agree with the signer set
160+
/// Record the time (seconds) taken for a signer to agree with the signer set
161161
pub fn record_signer_agreement_capitulation_latency(latency_s: u64) {
162162
SIGNER_AGREEMENT_CAPITULATION_LATENCIES_HISTOGRAM
163163
.with_label_values(&[])
@@ -245,7 +245,7 @@ pub mod actions {
245245
/// Increment signer agreement state conflict counter
246246
pub fn increment_signer_agreement_state_conflict(_conflict: SignerAgreementStateConflict) {}
247247

248-
/// Record the time (seconds) taken to a signer to agree with the signer set
248+
/// Record the time (seconds) taken for a signer to agree with the signer set
249249
pub fn record_signer_agreement_capitulation_latency(_latency_s: u64) {}
250250

251251
/// Start serving monitoring metrics.

0 commit comments

Comments
 (0)