diff --git a/common/lighthouse_metrics/src/lib.rs b/common/lighthouse_metrics/src/lib.rs index 98973de..1eca6a5 100644 --- a/common/lighthouse_metrics/src/lib.rs +++ b/common/lighthouse_metrics/src/lib.rs @@ -7,7 +7,7 @@ //! block processing time). //! - `IncCounter`: used to represent an ideally ever-growing, never-shrinking integer (e.g., //! number of block processing requests). -//! - `IntGauge`: used to represent an varying integer (e.g., number of attestations per block). +//! - `IntGauge`: used to represent a varying integer (e.g., number of attestations per block). //! //! ## Important //! diff --git a/node/src/client/environment.rs b/node/src/client/environment.rs index 5f7eec5..565261e 100644 --- a/node/src/client/environment.rs +++ b/node/src/client/environment.rs @@ -1,4 +1,4 @@ -//! This crate aims to provide a common set of tools that can be used to create a "environment" to +//! This crate aims to provide a common set of tools that can be used to create an "environment" to //! run Zgs services. This allows for the unification of creating tokio runtimes, etc. //! //! The idea is that the main thread creates an `Environment`, which is then used to spawn a