diff --git a/beacon_node/store/src/metrics.rs b/beacon_node/store/src/metrics.rs index 44b61e1ebe..e04e662865 100644 --- a/beacon_node/store/src/metrics.rs +++ b/beacon_node/store/src/metrics.rs @@ -68,7 +68,7 @@ pub static DISK_DB_WRITE_COUNT: LazyLock> = LazyLock::new( pub static DISK_DB_READ_TIMES: LazyLock> = LazyLock::new(|| { try_create_histogram( "store_disk_db_read_seconds", - "Time taken to write bytes to store.", + "Time taken to read bytes from store.", ) }); pub static DISK_DB_WRITE_TIMES: LazyLock> = LazyLock::new(|| {