Skip to content

Commit

Permalink
[docs]: align StatusFailure message
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Dec 17, 2023
1 parent f516d96 commit 51c68d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torii/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pub enum Error {
/// Failed to get Prometheus metrics
Prometheus(#[source] eyre::Report),
#[cfg(feature = "telemetry")]
/// Internal error while getting status
/// Failed to get status
StatusFailure(#[source] eyre::Report),
/// Failure caused by configuration subsystem
ConfigurationFailure(#[from] KisoError),
Expand Down

0 comments on commit 51c68d1

Please sign in to comment.